#BFECEC

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

Shades of Mabel #BFECEC

Tints of Mabel #BFECEC

Color information

#BFECEC (or 0xBFECEC) is unknown color: approx Mabel. HEX triplet: BF, EC and EC. RGB value is (191,236,236). Sum of RGB (Red+Green+Blue) = 191+236+236=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #BFECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFECEC is #401313. Grayscale: #DEDEDE. Windows color (decimal): -4199188 or 15527103. OLE color: 15527103.

HSL color Cylindrical-coordinate representation of color #BFECEC: hue angle of 180º degrees, saturation: 0.54, 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 #BFECEC is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191236236-
CMYK0.19000.07
HSL180º54.22%83.73%-
HSV(B)180º19.07%92.55%-
XYZ66.6277.1290.73-
YUV222.54135.59105.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.81%
GREEN value IS 236 (92.58% from 255) = 35.60%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=28.81%
G=35.60%
B=35.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912362360.19000.0718054.2283.73
HexBFECEC13007b43654
Octal2773543542300726466124
Binary1011111111101100111011001001100111101101001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFECEC; }

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

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

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

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

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

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

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

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