#BDB8BE

Color #BDB8BE Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #BDB8BE

Tints of Lola #BDB8BE

Color information

#BDB8BE (or 0xBDB8BE) is unknown color: approx Lola. HEX triplet: BD, B8 and BE. RGB value is (189,184,190). Sum of RGB (Red+Green+Blue) = 189+184+190=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB8BE is #424741. Grayscale: #BABABA. Windows color (decimal): -4343618 or 12499133. OLE color: 12499133.

HSL color Cylindrical-coordinate representation of color #BDB8BE: hue angle of 290º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDB8BE is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189184190-
CMYK0.010.0300.25
HSL290º4.41%73.33%-
HSV(B)290º3.16%74.51%-
XYZ47.4248.8255.64-
YUV186.18130.16130.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 184 (72.27% from 255) = 32.68%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=33.57%
G=32.68%
B=33.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891841900.010.0300.252904.4173.33
HexBDB8BE13019122449
Octal275270276130314424111
Binary1011110110111000101111101110110011001000101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB8BE; }

 p { color: rgb(189,184,190); }

 H1.HeaderClassName
 {
   color: #BDB8BE;
 }
 .AnyTagClassName
 {
   color: #BDB8BE;
 }
</style>
background-color css

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

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

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

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

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

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