#BFDAC1

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

Shades of Sea Mist #BFDAC1

Tints of Sea Mist #BFDAC1

Color information

#BFDAC1 (or 0xBFDAC1) is unknown color: approx Sea Mist. HEX triplet: BF, DA and C1. RGB value is (191,218,193). Sum of RGB (Red+Green+Blue) = 191+218+193=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAC1 is #40253E. Grayscale: #CFCFCF. Windows color (decimal): -4203839 or 12704447. OLE color: 12704447.

HSL color Cylindrical-coordinate representation of color #BFDAC1: hue angle of 124.44º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFDAC1 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB191218193-
CMYK0.1200.110.15
HSL124.44º26.73%80.2%-
HSV(B)124.44º12.39%85.49%-
XYZ56.1865.0760.05-
YUV207.08120.05116.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.73%
GREEN value IS 218 (85.55% from 255) = 36.21%
BLUE value IS 193 (75.78% from 255) = 32.06%
R=31.73%
G=36.21%
B=32.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912181930.1200.110.15124.4426.7380.2
HexBFDAC1C0BF7c1b50
Octal277332301140131717433120
Binary10111111110110101100000111000101111111111100110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDAC1; }

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

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

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

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

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

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

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

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