Color Hex Logo

#bfabcc Color Hex

#BFABCC
(191,171,204)
0 Favorites   0 Comments

Color spaces of #bfabcc

RGB 191171204
HSL0.770.240.74
HSV276°16°80°
CMYK 0.060.160.00   0.20
XYZ46.947944.561863.2536
Yxy44.56180.30340.2879
Hunter Lab66.75468.7168-9.4522
CIE-Lab72.602413.3346-14.1175

#bfabcc color RGB value is (191,171,204).

#bfabcc hex color red value is 191, green value is 171 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bfabcc hue: 0.77 , saturation: 0.24 and the lightness value of bfabcc is 0.74.

The process color (four color CMYK) of #bfabcc color hex is 0.06, 0.16, 0.00, 0.20. Web safe color of #bfabcc is #cc99cc. Color #bfabcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101011 11001100
Octal 277 253 314
Decimal 191 171 204
Hex BF AB CC

RGB Percentages of Color #bfabcc

%33.75
%30.21
%36.04

CMYK Percentages of Color #bfabcc

%6
%16
%0
%20

Triadic Colors of #bfabcc

#bfabcc #ccbfab #abccbf

Analogous Colors of #bfabcc

#bfabcc #ccabc9 #afabcc

Monochromatic Colors of #bfabcc

#bfabcc

Complementary Color

#bfabcc #b8ccab

#bfabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfabcc Color CSS Codes

.mybgcolor {background-color:#bfabcc; } 
.myforecolor {color:#bfabcc; }
.mybordercolor {border:3px solid #bfabcc; }

#bfabcc Text Font Color

<p style="color:#bfabcc">Text here</p>

This sample text font color is #bfabcc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bfabcc Background Color

<div style="background-color:#bfabcc">
Div content here</div>

This div background color is #bfabcc


#bfabcc Border Color

<div style="border:3px solid #bfabcc">
Div here</div>

This div border color is #bfabcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,171,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfabcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfabcc;
  -webkit-box-shadow: 1px 1px 3px 2px #bfabcc;
  box-shadow:         1px 1px 3px 2px #bfabcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,171,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfabcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bfabcc;
  -webkit-box-shadow: 1px 1px 3px 2px #bfabcc;
  box-shadow:         1px 1px 3px 2px #bfabcc;">
Div content here</div>

This div box has shadow with color #bfabcc


Comments

No comments written yet.

Please login to write comment.