#BFD3C1

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

Shades of Sea Mist #BFD3C1

Tints of Sea Mist #BFD3C1

Color information

#BFD3C1 (or 0xBFD3C1) is unknown color: approx Sea Mist. HEX triplet: BF, D3 and C1. RGB value is (191,211,193). Sum of RGB (Red+Green+Blue) = 191+211+193=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD3C1 is #402C3E. Grayscale: #CBCBCB. Windows color (decimal): -4205631 or 12702655. OLE color: 12702655.

HSL color Cylindrical-coordinate representation of color #BFD3C1: hue angle of 126º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD3C1 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB191211193-
CMYK0.0900.090.17
HSL126º18.52%78.82%-
HSV(B)126º9.48%82.75%-
XYZ54.4161.5259.46-
YUV202.97122.37119.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 211 (82.81% from 255) = 35.46%
BLUE value IS 193 (75.78% from 255) = 32.44%
R=32.10%
G=35.46%
B=32.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1912111930.0900.090.1712618.5278.82
HexBFD3C1909117e134f
Octal277323301110112117623117
Binary101111111101001111000001100101001100011111110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD3C1; }

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

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

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

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

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

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

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

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