Html Css Color HEX #BCAEBD Lola

📋 copy color: '#BCAEBD'

red 188 ◦ green 174 ◦ blue 189

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

Shades of Lola #BCAEBD

Tints of Lola #BCAEBD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.58%

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

R = 34.12%
G = 31.58%
B = 34.3%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCAEBD (or 0xBCAEBD) is known color: Lola. HEX triplet: BC, AE and BD. RGB value is (188,174,189). Sum of RGB (Red+Green+Blue) = 188+174+189=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEBD is #435142. Grayscale: #B3B3B3. Windows color (decimal): -4411715 or 12431036. OLE color: 12431036.

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

Color convert

RGB 188 174 189 -
CMYK 0.01 0.08 0 0.26
HSL 296º 0.1% 0.71% -
HSV(B) 296º 0.08% 0.74% -
XYZ 45.06 44.64 54.39 -
YUV 179.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 188 174 189 0.01 0.08 0 0.26 296 0.1 0.71
Hex BC AE BD 1 8 0 1A 128 A 47
Octal 274 256 275 1 10 0 32 450 12 107
Binary 10111100 10101110 10111101 1 1000 0 11010 100101000 1010 1000111

Color Harmonies of #BCAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEBD

Black with #BCAEBD

Text Example


Text Example

White with #BCAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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