Html Css Color HEX #BDB1BC Lola

📋 copy color: '#BDB1BC'

red 189 ◦ green 177 ◦ blue 188

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

Shades of Lola #BDB1BC

Tints of Lola #BDB1BC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.95%

 BLUE value IS 188 (73.83% from 255) = 33.94%

R = 34.12%
G = 31.95%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BDB1BC (or 0xBDB1BC) is known color: Lola. HEX triplet: BD, B1 and BC. RGB value is (189,177,188). Sum of RGB (Red+Green+Blue) = 189+177+188=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1BC is #424E43. Grayscale: #B5B5B5. Windows color (decimal): -4345412 or 12366269. OLE color: 12366269.

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

Color convert

RGB 189 177 188 -
CMYK 0 0.06 0.01 0.26
HSL 305º 0.08% 0.72% -
HSV(B) 305º 0.06% 0.74% -
XYZ 45.79 45.89 54.02 -
YUV 181.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 189 177 188 0 0.06 0.01 0.26 305 0.08 0.72
Hex BD B1 BC 0 6 1 1A 131 8 48
Octal 275 261 274 0 6 1 32 461 10 110
Binary 10111101 10110001 10111100 0 110 1 11010 100110001 1000 1001000

Color Harmonies of #BDB1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB1BC

Black with #BDB1BC

Text Example


Text Example

White with #BDB1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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