Html Css Color HEX #BCA8BD Lola

📋 copy color: '#BCA8BD'

red 188 ◦ green 168 ◦ blue 189

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

Shades of Lola #BCA8BD

Tints of Lola #BCA8BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.68%

R = 34.5%
G = 30.83%
B = 34.68%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCA8BD (or 0xBCA8BD) is known color: Lola. HEX triplet: BC, A8 and BD. RGB value is (188,168,189). Sum of RGB (Red+Green+Blue) = 188+168+189=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCA8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8BD is #435742. Grayscale: #B0B0B0. Windows color (decimal): -4413251 or 12429500. OLE color: 12429500.

HSL color Cylindrical-coordinate representation of color #BCA8BD: hue angle of 297.14º degrees, saturation: 0.14, 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 #BCA8BD is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 168 189 -
CMYK 0.01 0.11 0 0.26
HSL 297.14º 0.14% 0.7% -
HSV(B) 297.14º 0.11% 0.74% -
XYZ 43.93 42.37 54.01 -
YUV 176.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 188 168 189 0.01 0.11 0 0.26 297.14 0.14 0.7
Hex BC A8 BD 1 B 0 1A 129 E 46
Octal 274 250 275 1 13 0 32 451 16 106
Binary 10111100 10101000 10111101 1 1011 0 11010 100101001 1110 1000110

Color Harmonies of #BCA8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA8BD

Black with #BCA8BD

Text Example


Text Example

White with #BCA8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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