#BDABBE

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

Shades of Lola #BDABBE

Tints of Lola #BDABBE

Color information

#BDABBE (or 0xBDABBE) is unknown color: approx Lola. HEX triplet: BD, AB and BE. RGB value is (189,171,190). Sum of RGB (Red+Green+Blue) = 189+171+190=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABBE is #425441. Grayscale: #B2B2B2. Windows color (decimal): -4346946 or 12495805. OLE color: 12495805.

HSL color Cylindrical-coordinate representation of color #BDABBE: hue angle of 296.84º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDABBE is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189171190-
CMYK0.010.1000.25
HSL296.84º12.75%70.78%-
HSV(B)296.84º10%74.51%-
XYZ44.8443.6654.78-
YUV178.55134.46135.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.36%
GREEN value IS 171 (67.19% from 255) = 31.09%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=34.36%
G=31.09%
B=34.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891711900.010.1000.25296.8412.7570.78
HexBDABBE1A019129d47
Octal27525327611203145115107
Binary1011110110101011101111101101001100110010100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABBE; }

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

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

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

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

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

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

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

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