#BFF0ED

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

Shades of Mabel #BFF0ED

Tints of Mabel #BFF0ED

Color information

#BFF0ED (or 0xBFF0ED) is unknown color: approx Mabel. HEX triplet: BF, F0 and ED. RGB value is (191,240,237). Sum of RGB (Red+Green+Blue) = 191+240+237=668 (88% of max value = 765). Red value is 191 (75% from 255 or 28.59% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF0ED is #400F12. Grayscale: #E0E0E0. Windows color (decimal): -4198163 or 15593663. OLE color: 15593663.

HSL color Cylindrical-coordinate representation of color #BFF0ED: hue angle of 176.33º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFF0ED is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB191240237-
CMYK0.2000.010.06
HSL176.33º62.03%84.51%-
HSV(B)176.33º20.42%94.12%-
XYZ67.9379.5191.89-
YUV225.01134.77103.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.59%
GREEN value IS 240 (94.14% from 255) = 35.93%
BLUE value IS 237 (92.97% from 255) = 35.48%
R=28.59%
G=35.93%
B=35.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912402370.2000.010.06176.3362.0384.51
HexBFF0ED14016b03e55
Octal2773603552401626076125
Binary1011111111110000111011011010001110101100001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF0ED; }

 p { color: rgb(191,240,237); }

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

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

 a { background-color: rgb(191,240,237); }

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

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

 span { border-color: rgb(191,240,237); }

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