#BFD2C1

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

Shades of Sea Mist #BFD2C1

Tints of Sea Mist #BFD2C1

Color information

#BFD2C1 (or 0xBFD2C1) is unknown color: approx Sea Mist. HEX triplet: BF, D2 and C1. RGB value is (191,210,193). Sum of RGB (Red+Green+Blue) = 191+210+193=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2C1 is #402D3E. Grayscale: #CACACA. Windows color (decimal): -4205887 or 12702399. OLE color: 12702399.

HSL color Cylindrical-coordinate representation of color #BFD2C1: hue angle of 126.32º 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 #BFD2C1 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB191210193-
CMYK0.0900.080.18
HSL126.32º17.43%78.63%-
HSV(B)126.32º9.05%82.35%-
XYZ54.1661.0259.38-
YUV202.38122.71119.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.15%
GREEN value IS 210 (82.42% from 255) = 35.35%
BLUE value IS 193 (75.78% from 255) = 32.49%
R=32.15%
G=35.35%
B=32.49%

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
Decimal1912101930.0900.080.18126.3217.4378.63
HexBFD2C1908127e114f
Octal277322301110102217621117
Binary101111111101001011000001100101000100101111110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD2C1; }

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

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

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

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

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

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

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

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