#BFEFEC

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

Shades of Mabel #BFEFEC

Tints of Mabel #BFEFEC

Color information

#BFEFEC (or 0xBFEFEC) is unknown color: approx Mabel. HEX triplet: BF, EF and EC. RGB value is (191,239,236). Sum of RGB (Red+Green+Blue) = 191+239+236=666 (88% of max value = 765). Red value is 191 (75% from 255 or 28.68% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEFEC is #401013. Grayscale: #E0E0E0. Windows color (decimal): -4198420 or 15527871. OLE color: 15527871.

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

Color convert

RGB191239236-
CMYK0.2000.010.06
HSL176.25º60%84.31%-
HSV(B)176.25º20.08%93.73%-
XYZ67.4978.8791.02-
YUV224.31134.6104.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.68%
GREEN value IS 239 (93.75% from 255) = 35.89%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=28.68%
G=35.89%
B=35.44%

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
Decimal1912392360.2000.010.06176.256084.31
HexBFEFEC14016b03c54
Octal2773573542401626074124
Binary1011111111101111111011001010001110101100001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFEC; }

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

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

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

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

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

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

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

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