#BEEDEC

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

Shades of Mabel #BEEDEC

Tints of Mabel #BEEDEC

Color information

#BEEDEC (or 0xBEEDEC) is unknown color: approx Mabel. HEX triplet: BE, ED and EC. RGB value is (190,237,236). Sum of RGB (Red+Green+Blue) = 190+237+236=663 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.66% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEDEC is #411213. Grayscale: #DEDEDE. Windows color (decimal): -4264468 or 15527358. OLE color: 15527358.

HSL color Cylindrical-coordinate representation of color #BEEDEC: hue angle of 178.72º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEDEC is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB190237236-
CMYK0.2000.000.07
HSL178.72º56.63%83.73%-
HSV(B)178.72º19.83%92.94%-
XYZ66.6677.5790.82-
YUV222.83135.43104.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.66%
GREEN value IS 237 (92.97% from 255) = 35.75%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=28.66%
G=35.75%
B=35.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902372360.2000.000.07178.7256.6383.73
HexBEEDEC14007b33954
Octal2763553542400726371124
Binary1011111011101101111011001010000111101100111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEDEC; }

 p { color: rgb(190,237,236); }

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

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

 a { background-color: rgb(190,237,236); }

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

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

 span { border-color: rgb(190,237,236); }

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