#BFDFC0

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

Shades of Sea Mist #BFDFC0

Tints of Sea Mist #BFDFC0

Color information

#BFDFC0 (or 0xBFDFC0) is unknown color: approx Sea Mist. HEX triplet: BF, DF and C0. RGB value is (191,223,192). Sum of RGB (Red+Green+Blue) = 191+223+192=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFC0 is #40203F. Grayscale: #D1D1D1. Windows color (decimal): -4202560 or 12640191. OLE color: 12640191.

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

Color convert

RGB191223192-
CMYK0.1400.140.13
HSL121.87º33.33%81.18%-
HSV(B)121.87º14.35%87.45%-
XYZ57.3967.6659.9-
YUV209.9117.9114.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.52%
GREEN value IS 223 (87.5% from 255) = 36.80%
BLUE value IS 192 (75.39% from 255) = 31.68%
R=31.52%
G=36.80%
B=31.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912231920.1400.140.13121.8733.3381.18
HexBFDFC0E0ED7a2151
Octal277337300160161517241121
Binary101111111101111111000000111001110110111110101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFC0; }

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

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

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

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

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

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

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

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