#BEEDEB

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

Shades of Mabel #BEEDEB

Tints of Mabel #BEEDEB

Color information

#BEEDEB (or 0xBEEDEB) is unknown color: approx Mabel. HEX triplet: BE, ED and EB. RGB value is (190,237,235). Sum of RGB (Red+Green+Blue) = 190+237+235=662 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.70% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEDEB is #411214. Grayscale: #DEDEDE. Windows color (decimal): -4264469 or 15461822. OLE color: 15461822.

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

Color convert

RGB190237235-
CMYK0.2000.010.07
HSL177.45º56.63%83.73%-
HSV(B)177.45º19.83%92.94%-
XYZ66.5177.5190.05-
YUV222.72134.93104.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.70%
GREEN value IS 237 (92.97% from 255) = 35.80%
BLUE value IS 235 (92.19% from 255) = 35.50%
R=28.70%
G=35.80%
B=35.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902372350.2000.010.07177.4556.6383.73
HexBEEDEB14017b13954
Octal2763553532401726171124
Binary1011111011101101111010111010001111101100011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEDEB; }

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

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

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

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

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

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

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

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