Html Css Color HEX #BDBABD Lola

📋 copy color: '#BDBABD'

red 189 ◦ green 186 ◦ blue 189

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

Shades of Lola #BDBABD

Tints of Lola #BDBABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.98%

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

R = 33.51%
G = 32.98%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BDBABD (or 0xBDBABD) is known color: Lola. HEX triplet: BD, BA and BD. RGB value is (189,186,189). Sum of RGB (Red+Green+Blue) = 189+186+189=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BDBABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBABD is #424542. Grayscale: #BBBBBB. Windows color (decimal): -4343107 or 12434109. OLE color: 12434109.

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

Color convert

RGB 189 186 189 -
CMYK 0 0.02 0 0.26
HSL 300º 0.02% 0.74% -
HSV(B) 300º 0.02% 0.74% -
XYZ 47.73 49.61 55.2 -
YUV 187.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 189 186 189 0 0.02 0 0.26 300 0.02 0.74
Hex BD BA BD 0 2 0 1A 12C 2 4A
Octal 275 272 275 0 2 0 32 454 2 112
Binary 10111101 10111010 10111101 0 10 0 11010 100101100 10 1001010

Color Harmonies of #BDBABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBABD

Black with #BDBABD

Text Example


Text Example

White with #BDBABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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