Html Css Color HEX #BCA8BB Lola

📋 copy color: '#BCA8BB'

red 188 ◦ green 168 ◦ blue 187

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

Shades of Lola #BCA8BB

Tints of Lola #BCA8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.94%

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

R = 34.62%
G = 30.94%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BCA8BB (or 0xBCA8BB) is known color: Lola. HEX triplet: BC, A8 and BB. RGB value is (188,168,187). Sum of RGB (Red+Green+Blue) = 188+168+187=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8BB is #435744. Grayscale: #B0B0B0. Windows color (decimal): -4413253 or 12298428. OLE color: 12298428.

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

Color convert

RGB 188 168 187 -
CMYK 0 0.11 0.01 0.26
HSL 303º 0.13% 0.7% -
HSV(B) 303º 0.11% 0.74% -
XYZ 43.71 42.28 52.87 -
YUV 176.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 188 168 187 0 0.11 0.01 0.26 303 0.13 0.7
Hex BC A8 BB 0 B 1 1A 12F D 46
Octal 274 250 273 0 13 1 32 457 15 106
Binary 10111100 10101000 10111011 0 1011 1 11010 100101111 1101 1000110

Color Harmonies of #BCA8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA8BB

Black with #BCA8BB

Text Example


Text Example

White with #BCA8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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