#BDDEC0

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

Shades of Sea Mist #BDDEC0

Tints of Sea Mist #BDDEC0

Color information

#BDDEC0 (or 0xBDDEC0) is unknown color: approx Sea Mist. HEX triplet: BD, DE and C0. RGB value is (189,222,192). Sum of RGB (Red+Green+Blue) = 189+222+192=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEC0 is #42213F. Grayscale: #D0D0D0. Windows color (decimal): -4333888 or 12639933. OLE color: 12639933.

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

Color convert

RGB189222192-
CMYK0.1500.140.13
HSL125.45º33.33%80.59%-
HSV(B)125.45º14.86%87.06%-
XYZ56.6266.8759.79-
YUV208.71118.57113.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.34%
GREEN value IS 222 (87.11% from 255) = 36.82%
BLUE value IS 192 (75.39% from 255) = 31.84%
R=31.34%
G=36.82%
B=31.84%

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
Decimal1892221920.1500.140.13125.4533.3380.59
HexBDDEC0F0ED7d2151
Octal275336300170161517541121
Binary101111011101111011000000111101110110111111011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDEC0; }

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

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

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

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

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

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

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

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