#BDE7E6

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

Shades of Mabel #BDE7E6

Tints of Mabel #BDE7E6

Color information

#BDE7E6 (or 0xBDE7E6) is unknown color: approx Mabel. HEX triplet: BD, E7 and E6. RGB value is (189,231,230). Sum of RGB (Red+Green+Blue) = 189+231+230=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7E6 is #421819. Grayscale: #DADADA. Windows color (decimal): -4331546 or 15132605. OLE color: 15132605.

HSL color Cylindrical-coordinate representation of color #BDE7E6: hue angle of 178.57º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE7E6 is Cyan = 0.18, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB189231230-
CMYK0.1800.000.09
HSL178.57º46.67%82.35%-
HSV(B)178.57º18.18%90.59%-
XYZ63.8573.6885.72-
YUV218.33134.59107.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.08%
GREEN value IS 231 (90.62% from 255) = 35.54%
BLUE value IS 230 (90.23% from 255) = 35.38%
R=29.08%
G=35.54%
B=35.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892312300.1800.000.09178.5746.6782.35
HexBDE7E612009b32f52
Octal27534734622001126357122
Binary10111101111001111110011010010001001101100111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7E6; }

 p { color: rgb(189,231,230); }

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

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

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

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

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

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

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