#BFEDE9

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

Shades of Mabel #BFEDE9

Tints of Mabel #BFEDE9

Color information

#BFEDE9 (or 0xBFEDE9) is unknown color: approx Mabel. HEX triplet: BF, ED and E9. RGB value is (191,237,233). Sum of RGB (Red+Green+Blue) = 191+237+233=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEDE9 is #401216. Grayscale: #DEDEDE. Windows color (decimal): -4198935 or 15330751. OLE color: 15330751.

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

Color convert

RGB191237233-
CMYK0.1900.020.07
HSL174.78º56.1%83.92%-
HSV(B)174.78º19.41%92.94%-
XYZ66.4877.5388.55-
YUV222.79133.76105.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.90%
GREEN value IS 237 (92.97% from 255) = 35.85%
BLUE value IS 233 (91.41% from 255) = 35.25%
R=28.90%
G=35.85%
B=35.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912372330.1900.020.07174.7856.183.92
HexBFEDE913027af3854
Octal2773553512302725770124
Binary10111111111011011110100110011010111101011111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEDE9; }

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

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

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

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

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

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

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

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