Html Css Color HEX #BCA4BB Lola

📋 copy color: '#BCA4BB'

red 188 ◦ green 164 ◦ blue 187

#BCA4BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #BCA4BB

Tints of Lola #BCA4BB

RGB

 RED value IS 188 (73.83% from 255) = 34.88%

 GREEN value IS 164 (64.45% from 255) = 30.43%

 BLUE value IS 187 (73.44% from 255) = 34.69%

R = 34.88%
G = 30.43%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCA4BB (or 0xBCA4BB) is known color: Lola. HEX triplet: BC, A4 and BB. RGB value is (188,164,187). Sum of RGB (Red+Green+Blue) = 188+164+187=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4BB is #435B44. Grayscale: #ADADAD. Windows color (decimal): -4414277 or 12297404. OLE color: 12297404.

HSL color Cylindrical-coordinate representation of color #BCA4BB: hue angle of 302.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCA4BB is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 164 187 -
CMYK 0 0.13 0.01 0.26
HSL 302.5º 0.15% 0.69% -
HSV(B) 302.5º 0.13% 0.74% -
XYZ 42.98 40.83 52.63 -
YUV 173.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 188 164 187 0 0.13 0.01 0.26 302.5 0.15 0.69
Hex BC A4 BB 0 D 1 1A 12E F 45
Octal 274 244 273 0 15 1 32 456 17 105
Binary 10111100 10100100 10111011 0 1101 1 11010 100101110 1111 1000101

Color Harmonies of #BCA4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA4BB

Black with #BCA4BB

Text Example


Text Example

White with #BCA4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA4BB; }

 p { color: rgb(188,164,187); }

 H1.HeaderClassName
 {
   color: #BCA4BB;
 }
 .AnyTagClassName
 {
   color: #BCA4BB;
 }
</style>

background-color css

<style>
 a { background-color: #BCA4BB; }

 a { background-color: rgb(188,164,187); }

 div.DivClassName
 {
   background-color: #BCA4BB;
 }
 .BgClassName
 {
   background-color: #BCA4BB;
 }
</style>

border-color css

<style>
 span { border-color: #BCA4BB; }

 span { border-color: rgb(188,164,187); }

 td.TdClassName
 {
   border-color: #BCA4BB;
 }
 .TagClassName
 {
   border-color: #BCA4BB;
 }
</style>