#BFEDEC

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

Shades of Mabel #BFEDEC

Tints of Mabel #BFEDEC

Color information

#BFEDEC (or 0xBFEDEC) is unknown color: approx Mabel. HEX triplet: BF, ED and EC. RGB value is (191,237,236). Sum of RGB (Red+Green+Blue) = 191+237+236=664 (87% of max value = 765). Red value is 191 (75% from 255 or 28.77% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEDEC is #401213. Grayscale: #DFDFDF. Windows color (decimal): -4198932 or 15527359. OLE color: 15527359.

HSL color Cylindrical-coordinate representation of color #BFEDEC: hue angle of 178.7º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEDEC is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB191237236-
CMYK0.1900.000.07
HSL178.7º56.1%83.92%-
HSV(B)178.7º19.41%92.94%-
XYZ66.9177.790.83-
YUV223.13135.26105.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.77%
GREEN value IS 237 (92.97% from 255) = 35.69%
BLUE value IS 236 (92.58% from 255) = 35.54%
R=28.77%
G=35.69%
B=35.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912372360.1900.000.07178.756.183.92
HexBFEDEC13007b33854
Octal2773553542300726370124
Binary1011111111101101111011001001100111101100111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEDEC; }

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

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

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

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

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

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

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

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