#BFEFEA

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

Shades of Mabel #BFEFEA

Tints of Mabel #BFEFEA

Color information

#BFEFEA (or 0xBFEFEA) is unknown color: approx Mabel. HEX triplet: BF, EF and EA. RGB value is (191,239,234). Sum of RGB (Red+Green+Blue) = 191+239+234=664 (87% of max value = 765). Red value is 191 (75% from 255 or 28.77% from 664); Green value is 239 (93.75% from 255 or 35.99% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEFEA is #401015. Grayscale: #E0E0E0. Windows color (decimal): -4198422 or 15396799. OLE color: 15396799.

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

Color convert

RGB191239234-
CMYK0.2000.020.06
HSL173.75º60%84.31%-
HSV(B)173.75º20.08%93.73%-
XYZ67.278.7589.5-
YUV224.08133.6104.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.77%
GREEN value IS 239 (93.75% from 255) = 35.99%
BLUE value IS 234 (91.80% from 255) = 35.24%
R=28.77%
G=35.99%
B=35.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912392340.2000.020.06173.756084.31
HexBFEFEA14026ae3c54
Octal2773573522402625674124
Binary10111111111011111110101010100010110101011101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFEA; }

 p { color: rgb(191,239,234); }

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

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

 a { background-color: rgb(191,239,234); }

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

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

 span { border-color: rgb(191,239,234); }

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