#BDEBE8

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

Shades of Mabel #BDEBE8

Tints of Mabel #BDEBE8

Color information

#BDEBE8 (or 0xBDEBE8) is unknown color: approx Mabel. HEX triplet: BD, EB and E8. RGB value is (189,235,232). Sum of RGB (Red+Green+Blue) = 189+235+232=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEBE8 is #421417. Grayscale: #DCDCDC. Windows color (decimal): -4330520 or 15264701. OLE color: 15264701.

HSL color Cylindrical-coordinate representation of color #BDEBE8: hue angle of 176.09º 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 #BDEBE8 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB189235232-
CMYK0.2000.010.08
HSL176.09º53.49%83.14%-
HSV(B)176.09º19.57%92.16%-
XYZ65.2676.0687.59-
YUV220.9134.26105.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.81%
GREEN value IS 235 (92.19% from 255) = 35.82%
BLUE value IS 232 (91.02% from 255) = 35.37%
R=28.81%
G=35.82%
B=35.37%

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
Decimal1892352320.2000.010.08176.0953.4983.14
HexBDEBE814018b03553
Octal27535335024011026065123
Binary10111101111010111110100010100011000101100001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBE8; }

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

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

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

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

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

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

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

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