#BDEBE9

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

Shades of Mabel #BDEBE9

Tints of Mabel #BDEBE9

Color information

#BDEBE9 (or 0xBDEBE9) is unknown color: approx Mabel. HEX triplet: BD, EB and E9. RGB value is (189,235,233). Sum of RGB (Red+Green+Blue) = 189+235+233=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBE9 is #421416. Grayscale: #DCDCDC. Windows color (decimal): -4330519 or 15330237. OLE color: 15330237.

HSL color Cylindrical-coordinate representation of color #BDEBE9: hue angle of 177.39º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBE9 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB189235233-
CMYK0.2000.010.08
HSL177.39º53.49%83.14%-
HSV(B)177.39º19.57%92.16%-
XYZ65.476.1288.34-
YUV221.02134.76105.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.77%
GREEN value IS 235 (92.19% from 255) = 35.77%
BLUE value IS 233 (91.41% from 255) = 35.46%
R=28.77%
G=35.77%
B=35.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892352330.2000.010.08177.3953.4983.14
HexBDEBE914018b13553
Octal27535335124011026165123
Binary10111101111010111110100110100011000101100011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBE9; }

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

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

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

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

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

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

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

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