#BFDEC0

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

Shades of Sea Mist #BFDEC0

Tints of Sea Mist #BFDEC0

Color information

#BFDEC0 (or 0xBFDEC0) is unknown color: approx Sea Mist. HEX triplet: BF, DE and C0. RGB value is (191,222,192). Sum of RGB (Red+Green+Blue) = 191+222+192=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEC0 is #40213F. Grayscale: #D1D1D1. Windows color (decimal): -4202816 or 12639935. OLE color: 12639935.

HSL color Cylindrical-coordinate representation of color #BFDEC0: hue angle of 121.94º degrees, saturation: 0.32, 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 #BFDEC0 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB191222192-
CMYK0.1400.140.13
HSL121.94º31.96%80.98%-
HSV(B)121.94º13.96%87.06%-
XYZ57.1267.1259.81-
YUV209.31118.23114.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 222 (87.11% from 255) = 36.69%
BLUE value IS 192 (75.39% from 255) = 31.74%
R=31.57%
G=36.69%
B=31.74%

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
Decimal1912221920.1400.140.13121.9431.9680.98
HexBFDEC0E0ED7a2051
Octal277336300160161517240121
Binary101111111101111011000000111001110110111110101000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDEC0; }

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

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

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

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

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

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

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

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