Html Css Color HEX #BDAFBD Lola

📋 copy color: '#BDAFBD'

red 189 ◦ green 175 ◦ blue 189

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

Shades of Lola #BDAFBD

Tints of Lola #BDAFBD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.65%

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

R = 34.18%
G = 31.65%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BDAFBD (or 0xBDAFBD) is known color: Lola. HEX triplet: BD, AF and BD. RGB value is (189,175,189). Sum of RGB (Red+Green+Blue) = 189+175+189=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BDAFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFBD is #425042. Grayscale: #B4B4B4. Windows color (decimal): -4345923 or 12431293. OLE color: 12431293.

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

Color convert

RGB 189 175 189 -
CMYK 0 0.07 0 0.26
HSL 300º 0.1% 0.71% -
HSV(B) 300º 0.07% 0.74% -
XYZ 45.5 45.15 54.46 -
YUV 180.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 189 175 189 0 0.07 0 0.26 300 0.1 0.71
Hex BD AF BD 0 7 0 1A 12C A 47
Octal 275 257 275 0 7 0 32 454 12 107
Binary 10111101 10101111 10111101 0 111 0 11010 100101100 1010 1000111

Color Harmonies of #BDAFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFBD

Black with #BDAFBD

Text Example


Text Example

White with #BDAFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFBD; }

 p { color: rgb(189,175,189); }

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

background-color css

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

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

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

border-color css

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

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

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