#BFDDC0

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

Shades of Sea Mist #BFDDC0

Tints of Sea Mist #BFDDC0

Color information

#BFDDC0 (or 0xBFDDC0) is unknown color: approx Sea Mist. HEX triplet: BF, DD and C0. RGB value is (191,221,192). Sum of RGB (Red+Green+Blue) = 191+221+192=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDC0 is #40223F. Grayscale: #D0D0D0. Windows color (decimal): -4203072 or 12639679. OLE color: 12639679.

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

Color convert

RGB191221192-
CMYK0.1400.130.13
HSL122º30.61%80.78%-
HSV(B)122º13.57%86.67%-
XYZ56.8666.659.73-
YUV208.72118.56115.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 192 (75.39% from 255) = 31.79%
R=31.62%
G=36.59%
B=31.79%

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
Decimal1912211920.1400.130.1312230.6180.78
HexBFDDC0E0DD7a1f51
Octal277335300160151517237121
Binary10111111110111011100000011100110111011111010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDC0; }

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

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

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

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

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

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

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

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