Html Css Color HEX #BDABC0 Lola

📋 copy color: '#BDABC0'

red 189 ◦ green 171 ◦ blue 192

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

Shades of Lola #BDABC0

Tints of Lola #BDABC0

RGB

 RED value IS 189 (74.22% from 255) = 34.24%

 GREEN value IS 171 (67.19% from 255) = 30.98%

 BLUE value IS 192 (75.39% from 255) = 34.78%

R = 34.24%
G = 30.98%
B = 34.78%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BDABC0 (or 0xBDABC0) is known color: Lola. HEX triplet: BD, AB and C0. RGB value is (189,171,192). Sum of RGB (Red+Green+Blue) = 189+171+192=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 192 - color contains mainly: blue. Hex color #BDABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABC0 is #42543F. Grayscale: #B2B2B2. Windows color (decimal): -4346944 or 12626877. OLE color: 12626877.

HSL color Cylindrical-coordinate representation of color #BDABC0: hue angle of 291.43º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDABC0 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 171 192 -
CMYK 0.02 0.11 0 0.25
HSL 291.43º 0.14% 0.71% -
HSV(B) 291.43º 0.11% 0.75% -
XYZ 45.06 43.75 55.94 -
YUV 178.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 189 171 192 0.02 0.11 0 0.25 291.43 0.14 0.71
Hex BD AB C0 2 B 0 19 123 E 47
Octal 275 253 300 2 13 0 31 443 16 107
Binary 10111101 10101011 11000000 10 1011 0 11001 100100011 1110 1000111

Color Harmonies of #BDABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDABC0

Black with #BDABC0

Text Example


Text Example

White with #BDABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDABC0; }

 p { color: rgb(189,171,192); }

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

background-color css

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

 a { background-color: rgb(189,171,192); }

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

border-color css

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

 span { border-color: rgb(189,171,192); }

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