#BFE0DF

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

Shades of Mabel #BFE0DF

Tints of Mabel #BFE0DF

Color information

#BFE0DF (or 0xBFE0DF) is unknown color: approx Mabel. HEX triplet: BF, E0 and DF. RGB value is (191,224,223). Sum of RGB (Red+Green+Blue) = 191+224+223=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0DF is #401F20. Grayscale: #D5D5D5. Windows color (decimal): -4202273 or 14672063. OLE color: 14672063.

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

Color convert

RGB191224223-
CMYK0.1500.000.12
HSL178.18º34.74%81.37%-
HSV(B)178.18º14.73%87.84%-
XYZ61.4669.7280.03-
YUV214.02133.07111.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.94%
GREEN value IS 224 (87.89% from 255) = 35.11%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=29.94%
G=35.11%
B=34.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912242230.1500.000.12178.1834.7481.37
HexBFE0DFF00Cb22351
Octal27734033717001426243121
Binary1011111111100000110111111111001100101100101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE0DF; }

 p { color: rgb(191,224,223); }

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

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

 a { background-color: rgb(191,224,223); }

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

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

 span { border-color: rgb(191,224,223); }

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