#BFD2C2

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

Shades of Sea Mist #BFD2C2

Tints of Sea Mist #BFD2C2

Color information

#BFD2C2 (or 0xBFD2C2) is unknown color: approx Sea Mist. HEX triplet: BF, D2 and C2. RGB value is (191,210,194). Sum of RGB (Red+Green+Blue) = 191+210+194=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2C2 is #402D3D. Grayscale: #CACACA. Windows color (decimal): -4205886 or 12767935. OLE color: 12767935.

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

Color convert

RGB191210194-
CMYK0.0900.080.18
HSL129.47º17.43%78.63%-
HSV(B)129.47º9.05%82.35%-
XYZ54.2761.0659.97-
YUV202.5123.21119.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 210 (82.42% from 255) = 35.29%
BLUE value IS 194 (76.17% from 255) = 32.61%
R=32.10%
G=35.29%
B=32.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912101940.0900.080.18129.4717.4378.63
HexBFD2C29081281114f
Octal277322302110102220121117
Binary1011111111010010110000101001010001001010000001100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD2C2; }

 p { color: rgb(191,210,194); }

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

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

 a { background-color: rgb(191,210,194); }

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

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

 span { border-color: rgb(191,210,194); }

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