#BDDABF

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

Shades of Sea Mist #BDDABF

Tints of Sea Mist #BDDABF

Color information

#BDDABF (or 0xBDDABF) is unknown color: approx Sea Mist. HEX triplet: BD, DA and BF. RGB value is (189,218,191). Sum of RGB (Red+Green+Blue) = 189+218+191=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDABF is #422540. Grayscale: #CECECE. Windows color (decimal): -4334913 or 12573373. OLE color: 12573373.

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

Color convert

RGB189218191-
CMYK0.1300.120.15
HSL124.14º28.16%79.8%-
HSV(B)124.14º13.3%85.49%-
XYZ55.4664.7258.86-
YUV206.25119.39115.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.61%
GREEN value IS 218 (85.55% from 255) = 36.45%
BLUE value IS 191 (75% from 255) = 31.94%
R=31.61%
G=36.45%
B=31.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892181910.1300.120.15124.1428.1679.8
HexBDDABFD0CF7c1c50
Octal275332277150141717434120
Binary10111101110110101011111111010110011111111100111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDABF; }

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

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

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

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

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

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

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

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