#BDD6BD

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

Shades of Surf #BDD6BD

Tints of Surf #BDD6BD

Color information

#BDD6BD (or 0xBDD6BD) is unknown color: approx Surf. HEX triplet: BD, D6 and BD. RGB value is (189,214,189). Sum of RGB (Red+Green+Blue) = 189+214+189=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6BD is #422942. Grayscale: #CBCBCB. Windows color (decimal): -4335939 or 12441277. OLE color: 12441277.

HSL color Cylindrical-coordinate representation of color #BDD6BD: hue angle of 120º degrees, saturation: 0.23, 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 #BDD6BD is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB189214189-
CMYK0.1200.120.16
HSL120º23.36%79.02%-
HSV(B)120º11.68%83.92%-
XYZ54.2262.5957.37-
YUV203.68119.72117.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 214 (83.98% from 255) = 36.15%
BLUE value IS 189 (74.22% from 255) = 31.93%
R=31.93%
G=36.15%
B=31.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141890.1200.120.1612023.3679.02
HexBDD6BDC0C1078174f
Octal275326275140142017027117
Binary101111011101011010111101110001100100001111000101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD6BD; }

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

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

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

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

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

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

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

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