#BDDBC0

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

Shades of Sea Mist #BDDBC0

Tints of Sea Mist #BDDBC0

Color information

#BDDBC0 (or 0xBDDBC0) is unknown color: approx Sea Mist. HEX triplet: BD, DB and C0. RGB value is (189,219,192). Sum of RGB (Red+Green+Blue) = 189+219+192=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBC0 is #42243F. Grayscale: #CFCFCF. Windows color (decimal): -4334656 or 12639165. OLE color: 12639165.

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

Color convert

RGB189219192-
CMYK0.1400.120.14
HSL126º29.41%80%-
HSV(B)126º13.7%85.88%-
XYZ55.8365.2959.53-
YUV206.95119.56115.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.5%
GREEN value IS 219 (85.94% from 255) = 36.5%
BLUE value IS 192 (75.39% from 255) = 32%
R=31.5%
G=36.5%
B=32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191920.1400.120.1412629.4180
HexBDDBC0E0CE7e1d50
Octal275333300160141617635120
Binary10111101110110111100000011100110011101111110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBC0; }

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

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

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

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

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

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

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

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