#BFF1EC

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

Shades of Mabel #BFF1EC

Tints of Mabel #BFF1EC

Color information

#BFF1EC (or 0xBFF1EC) is unknown color: approx Mabel. HEX triplet: BF, F1 and EC. RGB value is (191,241,236). Sum of RGB (Red+Green+Blue) = 191+241+236=668 (88% of max value = 765). Red value is 191 (75% from 255 or 28.59% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF1EC is #400E13. Grayscale: #E1E1E1. Windows color (decimal): -4197908 or 15528383. OLE color: 15528383.

HSL color Cylindrical-coordinate representation of color #BFF1EC: hue angle of 174º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF1EC is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB191241236-
CMYK0.2100.020.05
HSL174º64.1%84.71%-
HSV(B)174º20.75%94.51%-
XYZ68.0880.0491.22-
YUV225.48133.94103.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.59%
GREEN value IS 241 (94.53% from 255) = 36.08%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=28.59%
G=36.08%
B=35.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912412360.2100.020.0517464.184.71
HexBFF1EC15025ae4055
Octal27736135425025256100125
Binary101111111111000111101100101010101011010111010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF1EC; }

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

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

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

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

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

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

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

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