#BFDABE

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

Shades of Sea Mist #BFDABE

Tints of Sea Mist #BFDABE

Color information

#BFDABE (or 0xBFDABE) is unknown color: approx Sea Mist. HEX triplet: BF, DA and BE. RGB value is (191,218,190). Sum of RGB (Red+Green+Blue) = 191+218+190=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDABE is #402541. Grayscale: #CECECE. Windows color (decimal): -4203842 or 12507839. OLE color: 12507839.

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

Color convert

RGB191218190-
CMYK0.1200.130.15
HSL117.86º27.45%80%-
HSV(B)117.86º12.84%85.49%-
XYZ55.8564.9458.31-
YUV206.74118.55116.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.89%
GREEN value IS 218 (85.55% from 255) = 36.39%
BLUE value IS 190 (74.61% from 255) = 31.72%
R=31.89%
G=36.39%
B=31.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912181900.1200.130.15117.8627.4580
HexBFDABEC0DF761b50
Octal277332276140151716633120
Binary10111111110110101011111011000110111111110110110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDABE; }

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

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

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

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

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

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

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

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