#BDD7C0

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

Shades of Sea Mist #BDD7C0

Tints of Sea Mist #BDD7C0

Color information

#BDD7C0 (or 0xBDD7C0) is unknown color: approx Sea Mist. HEX triplet: BD, D7 and C0. RGB value is (189,215,192). Sum of RGB (Red+Green+Blue) = 189+215+192=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7C0 is #42283F. Grayscale: #CCCCCC. Windows color (decimal): -4335680 or 12638141. OLE color: 12638141.

HSL color Cylindrical-coordinate representation of color #BDD7C0: hue angle of 126.92º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD7C0 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB189215192-
CMYK0.1200.110.16
HSL126.92º24.53%79.22%-
HSV(B)126.92º12.09%84.31%-
XYZ54.863.2359.18-
YUV204.6120.89116.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.71%
GREEN value IS 215 (84.38% from 255) = 36.07%
BLUE value IS 192 (75.39% from 255) = 32.21%
R=31.71%
G=36.07%
B=32.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892151920.1200.110.16126.9224.5379.22
HexBDD7C0C0B107f194f
Octal275327300140132017731117
Binary101111011101011111000000110001011100001111111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7C0; }

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

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

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

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

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

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

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

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