#BDDDBF

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

Shades of Sea Mist #BDDDBF

Tints of Sea Mist #BDDDBF

Color information

#BDDDBF (or 0xBDDDBF) is unknown color: approx Sea Mist. HEX triplet: BD, DD and BF. RGB value is (189,221,191). Sum of RGB (Red+Green+Blue) = 189+221+191=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDBF is #422240. Grayscale: #D0D0D0. Windows color (decimal): -4334145 or 12574141. OLE color: 12574141.

HSL color Cylindrical-coordinate representation of color #BDDDBF: hue angle of 123.75º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDDBF is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB189221191-
CMYK0.1400.140.13
HSL123.75º32%80.39%-
HSV(B)123.75º14.48%86.67%-
XYZ56.2566.2959.12-
YUV208.01118.4114.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.45%
GREEN value IS 221 (86.72% from 255) = 36.77%
BLUE value IS 191 (75% from 255) = 31.78%
R=31.45%
G=36.77%
B=31.78%

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
Decimal1892211910.1400.140.13123.753280.39
HexBDDDBFE0ED7c2050
Octal275335277160161517440120
Binary101111011101110110111111111001110110111111001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDBF; }

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

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

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

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

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

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

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

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