#BDD9BF

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

Shades of Sea Mist #BDD9BF

Tints of Sea Mist #BDD9BF

Color information

#BDD9BF (or 0xBDD9BF) is unknown color: approx Sea Mist. HEX triplet: BD, D9 and BF. RGB value is (189,217,191). Sum of RGB (Red+Green+Blue) = 189+217+191=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9BF is #422640. Grayscale: #CDCDCD. Windows color (decimal): -4335169 or 12573117. OLE color: 12573117.

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

Color convert

RGB189217191-
CMYK0.1300.120.15
HSL124.29º26.92%79.61%-
HSV(B)124.29º12.9%85.1%-
XYZ55.264.2158.77-
YUV205.66119.72116.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.66%
GREEN value IS 217 (85.16% from 255) = 36.35%
BLUE value IS 191 (75% from 255) = 31.99%
R=31.66%
G=36.35%
B=31.99%

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
Decimal1892171910.1300.120.15124.2926.9279.61
HexBDD9BFD0CF7c1b50
Octal275331277150141717433120
Binary10111101110110011011111111010110011111111100110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD9BF; }

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

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

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

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

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

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

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

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