#BDEAE9

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

Shades of Mabel #BDEAE9

Tints of Mabel #BDEAE9

Color information

#BDEAE9 (or 0xBDEAE9) is unknown color: approx Mabel. HEX triplet: BD, EA and E9. RGB value is (189,234,233). Sum of RGB (Red+Green+Blue) = 189+234+233=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAE9 is #421516. Grayscale: #DCDCDC. Windows color (decimal): -4330775 or 15329981. OLE color: 15329981.

HSL color Cylindrical-coordinate representation of color #BDEAE9: hue angle of 178.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEAE9 is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB189234233-
CMYK0.1900.000.08
HSL178.67º51.72%82.94%-
HSV(B)178.67º19.23%91.76%-
XYZ65.1275.5588.24-
YUV220.43135.09105.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.81%
GREEN value IS 234 (91.80% from 255) = 35.67%
BLUE value IS 233 (91.41% from 255) = 35.52%
R=28.81%
G=35.67%
B=35.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892342330.1900.000.08178.6751.7282.94
HexBDEAE913008b33453
Octal27535235123001026364123
Binary10111101111010101110100110011001000101100111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEAE9; }

 p { color: rgb(189,234,233); }

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

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

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

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

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

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

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