#BFEEED

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

Shades of Mabel #BFEEED

Tints of Mabel #BFEEED

Color information

#BFEEED (or 0xBFEEED) is unknown color: approx Mabel. HEX triplet: BF, EE and ED. RGB value is (191,238,237). Sum of RGB (Red+Green+Blue) = 191+238+237=666 (88% of max value = 765). Red value is 191 (75% from 255 or 28.68% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEEED is #401112. Grayscale: #DFDFDF. Windows color (decimal): -4198675 or 15593151. OLE color: 15593151.

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

Color convert

RGB191238237-
CMYK0.2000.000.07
HSL178.72º58.02%84.12%-
HSV(B)178.72º19.75%93.33%-
XYZ67.3578.3491.69-
YUV223.83135.43104.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.68%
GREEN value IS 238 (93.36% from 255) = 35.74%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=28.68%
G=35.74%
B=35.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912382370.2000.000.07178.7258.0284.12
HexBFEEED14007b33a54
Octal2773563552400726372124
Binary1011111111101110111011011010000111101100111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEED; }

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

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

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

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

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

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

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

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