#BFDEBE

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

Shades of Sea Mist #BFDEBE

Tints of Sea Mist #BFDEBE

Color information

#BFDEBE (or 0xBFDEBE) is unknown color: approx Sea Mist. HEX triplet: BF, DE and BE. RGB value is (191,222,190). Sum of RGB (Red+Green+Blue) = 191+222+190=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEBE is #402141. Grayscale: #D1D1D1. Windows color (decimal): -4202818 or 12508863. OLE color: 12508863.

HSL color Cylindrical-coordinate representation of color #BFDEBE: hue angle of 118.12º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDEBE is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB191222190-
CMYK0.1400.140.13
HSL118.12º32.65%80.78%-
HSV(B)118.12º14.41%87.06%-
XYZ56.967.0458.66-
YUV209.08117.23115.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.67%
GREEN value IS 222 (87.11% from 255) = 36.82%
BLUE value IS 190 (74.61% from 255) = 31.51%
R=31.67%
G=36.82%
B=31.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912221900.1400.140.13118.1232.6580.78
HexBFDEBEE0ED762151
Octal277336276160161516641121
Binary101111111101111010111110111001110110111101101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDEBE; }

 p { color: rgb(191,222,190); }

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

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

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

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

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

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

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