#BDE4E4

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

Shades of Mabel #BDE4E4

Tints of Mabel #BDE4E4

Color information

#BDE4E4 (or 0xBDE4E4) is unknown color: approx Mabel. HEX triplet: BD, E4 and E4. RGB value is (189,228,228). Sum of RGB (Red+Green+Blue) = 189+228+228=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 228 (89.45% from 255 or 35.35% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 228 - color contains mainly: green, blue. Hex color #BDE4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4E4 is #421B1B. Grayscale: #D8D8D8. Windows color (decimal): -4332316 or 15000765. OLE color: 15000765.

HSL color Cylindrical-coordinate representation of color #BDE4E4: hue angle of 180º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE4E4 is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189228228-
CMYK0.17000.11
HSL180º41.94%81.76%-
HSV(B)180º17.11%89.41%-
XYZ62.7371.9183.97-
YUV216.34134.58108.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.30%
GREEN value IS 228 (89.45% from 255) = 35.35%
BLUE value IS 228 (89.45% from 255) = 35.35%
R=29.30%
G=35.35%
B=35.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892282280.17000.1118041.9481.76
HexBDE4E41100Bb42a52
Octal27534434421001326452122
Binary10111101111001001110010010001001011101101001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE4E4; }

 p { color: rgb(189,228,228); }

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

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

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

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

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

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

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