#BDAEC2

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

Shades of Lola #BDAEC2

Tints of Lola #BDAEC2

Color information

#BDAEC2 (or 0xBDAEC2) is unknown color: approx Lola. HEX triplet: BD, AE and C2. RGB value is (189,174,194). Sum of RGB (Red+Green+Blue) = 189+174+194=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 194 - color contains mainly: blue. Hex color #BDAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEC2 is #42513D. Grayscale: #B4B4B4. Windows color (decimal): -4346174 or 12758717. OLE color: 12758717.

HSL color Cylindrical-coordinate representation of color #BDAEC2: hue angle of 285º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDAEC2 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189174194-
CMYK0.030.1000.24
HSL285º14.08%72.16%-
HSV(B)285º10.31%76.08%-
XYZ45.8644.9957.31-
YUV180.76135.47133.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 194 (76.17% from 255) = 34.83%
R=33.93%
G=31.24%
B=34.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891741940.030.1000.2428514.0872.16
HexBDAEC23A01811de48
Octal27525630231203043516110
Binary10111101101011101100001011101001100010001110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEC2; }

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

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

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

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

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

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

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

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