#BDD5BD

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

Shades of Surf #BDD5BD

Tints of Surf #BDD5BD

Color information

#BDD5BD (or 0xBDD5BD) is unknown color: approx Surf. HEX triplet: BD, D5 and BD. RGB value is (189,213,189). Sum of RGB (Red+Green+Blue) = 189+213+189=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5BD is #422A42. Grayscale: #CBCBCB. Windows color (decimal): -4336195 or 12441021. OLE color: 12441021.

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

Color convert

RGB189213189-
CMYK0.1100.110.16
HSL120º22.22%78.82%-
HSV(B)120º11.27%83.53%-
XYZ53.9762.0857.28-
YUV203.09120.05117.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 213 (83.59% from 255) = 36.04%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=31.98%
G=36.04%
B=31.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892131890.1100.110.1612022.2278.82
HexBDD5BDB0B1078164f
Octal275325275130132017026117
Binary101111011101010110111101101101011100001111000101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD5BD; }

 p { color: rgb(189,213,189); }

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

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

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

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

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

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

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