Html Css Color HEX #BDAEBD Lola

📋 copy color: '#BDAEBD'

red 189 ◦ green 174 ◦ blue 189

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

Shades of Lola #BDAEBD

Tints of Lola #BDAEBD

RGB

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

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

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

R = 34.24%
G = 31.52%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BDAEBD (or 0xBDAEBD) is known color: Lola. HEX triplet: BD, AE and BD. RGB value is (189,174,189). Sum of RGB (Red+Green+Blue) = 189+174+189=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BDAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEBD is #425142. Grayscale: #B4B4B4. Windows color (decimal): -4346179 or 12431037. OLE color: 12431037.

HSL color Cylindrical-coordinate representation of color #BDAEBD: 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.08%. Process color model (Four color, CMYK) of #BDAEBD is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 174 189 -
CMYK 0 0.08 0 0.26
HSL 300º 0.1% 0.71% -
HSV(B) 300º 0.08% 0.74% -
XYZ 45.31 44.77 54.4 -
YUV 180.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 189 174 189 0 0.08 0 0.26 300 0.1 0.71
Hex BD AE BD 0 8 0 1A 12C A 47
Octal 275 256 275 0 10 0 32 454 12 107
Binary 10111101 10101110 10111101 0 1000 0 11010 100101100 1010 1000111

Color Harmonies of #BDAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEBD

Black with #BDAEBD

Text Example


Text Example

White with #BDAEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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