#BFF1ED

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

Shades of Mabel #BFF1ED

Tints of Mabel #BFF1ED

Color information

#BFF1ED (or 0xBFF1ED) is unknown color: approx Mabel. HEX triplet: BF, F1 and ED. RGB value is (191,241,237). Sum of RGB (Red+Green+Blue) = 191+241+237=669 (88% of max value = 765). Red value is 191 (75% from 255 or 28.55% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF1ED is #400E12. Grayscale: #E1E1E1. Windows color (decimal): -4197907 or 15593919. OLE color: 15593919.

HSL color Cylindrical-coordinate representation of color #BFF1ED: hue angle of 175.2º 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 #BFF1ED is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB191241237-
CMYK0.2100.020.05
HSL175.2º64.1%84.71%-
HSV(B)175.2º20.75%94.51%-
XYZ68.2380.191.99-
YUV225.59134.44103.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.55%
GREEN value IS 241 (94.53% from 255) = 36.02%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=28.55%
G=36.02%
B=35.43%

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
Decimal1912412370.2100.020.05175.264.184.71
HexBFF1ED15025af4055
Octal27736135525025257100125
Binary101111111111000111101101101010101011010111110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF1ED; }

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

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

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

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

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

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

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

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