#BDDEBF

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

Shades of Sea Mist #BDDEBF

Tints of Sea Mist #BDDEBF

Color information

#BDDEBF (or 0xBDDEBF) is unknown color: approx Sea Mist. HEX triplet: BD, DE and BF. RGB value is (189,222,191). Sum of RGB (Red+Green+Blue) = 189+222+191=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEBF is #422140. Grayscale: #D0D0D0. Windows color (decimal): -4333889 or 12574397. OLE color: 12574397.

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

Color convert

RGB189222191-
CMYK0.1500.140.13
HSL123.64º33.33%80.59%-
HSV(B)123.64º14.86%87.06%-
XYZ56.5166.8259.21-
YUV208.6118.07114.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 222 (87.11% from 255) = 36.88%
BLUE value IS 191 (75% from 255) = 31.73%
R=31.40%
G=36.88%
B=31.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221910.1500.140.13123.6433.3380.59
HexBDDEBFF0ED7c2151
Octal275336277170161517441121
Binary101111011101111010111111111101110110111111001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDEBF; }

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

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

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

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

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

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

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

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