#bfdec1

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

Shades of Sea Mist #BFDEC1

Tints of Sea Mist #BFDEC1

Color information

#BFDEC1 (or 0xBFDEC1) is unknown color: approx Sea Mist. HEX triplet: BF, DE and C1. RGB value is (191,222,193). Sum of RGB (Red+Green+Blue) = 191+222+193=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEC1 is #40213E. Grayscale: #D1D1D1. Windows color (decimal): -4202815 or 12705471. OLE color: 12705471.

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

Color convert

RGB191222193-
CMYK0.1400.130.13
HSL123.87º31.96%80.98%-
HSV(B)123.87º13.96%87.06%-
XYZ57.2367.1760.4-
YUV209.42118.73114.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.52%
GREEN value IS 222 (87.11% from 255) = 36.63%
BLUE value IS 193 (75.78% from 255) = 31.85%
R=31.52%
G=36.63%
B=31.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912221930.1400.130.13123.8731.9680.98
HexBFDEC1E0DD7c2051
Octal277336301160151517440121
Binary101111111101111011000001111001101110111111001000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfdec1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfdec1; }

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

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

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

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

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

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

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

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