#BEDFDE

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

Shades of Mabel #BEDFDE

Tints of Mabel #BEDFDE

Color information

#BEDFDE (or 0xBEDFDE) is unknown color: approx Mabel. HEX triplet: BE, DF and DE. RGB value is (190,223,222). Sum of RGB (Red+Green+Blue) = 190+223+222=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFDE is #412021. Grayscale: #D4D4D4. Windows color (decimal): -4268066 or 14606270. OLE color: 14606270.

HSL color Cylindrical-coordinate representation of color #BEDFDE: hue angle of 178.18º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDFDE is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB190223222-
CMYK0.1500.000.13
HSL178.18º34.02%80.98%-
HSV(B)178.18º14.8%87.45%-
XYZ60.816979.22-
YUV213.02133.07111.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.92%
GREEN value IS 223 (87.5% from 255) = 35.12%
BLUE value IS 222 (87.11% from 255) = 34.96%
R=29.92%
G=35.12%
B=34.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902232220.1500.000.13178.1834.0280.98
HexBEDFDEF00Db22251
Octal27633733617001526242121
Binary1011111011011111110111101111001101101100101000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFDE; }

 p { color: rgb(190,223,222); }

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

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

 a { background-color: rgb(190,223,222); }

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

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

 span { border-color: rgb(190,223,222); }

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