#BDD7BE

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

Shades of Surf #BDD7BE

Tints of Surf #BDD7BE

Color information

#BDD7BE (or 0xBDD7BE) is unknown color: approx Surf. HEX triplet: BD, D7 and BE. RGB value is (189,215,190). Sum of RGB (Red+Green+Blue) = 189+215+190=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7BE is #422841. Grayscale: #CCCCCC. Windows color (decimal): -4335682 or 12507069. OLE color: 12507069.

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

Color convert

RGB189215190-
CMYK0.1200.120.16
HSL122.31º24.53%79.22%-
HSV(B)122.31º12.09%84.31%-
XYZ54.5863.1458.03-
YUV204.38119.89117.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 215 (84.38% from 255) = 36.20%
BLUE value IS 190 (74.61% from 255) = 31.99%
R=31.82%
G=36.20%
B=31.99%

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
Decimal1892151900.1200.120.16122.3124.5379.22
HexBDD7BEC0C107a194f
Octal275327276140142017231117
Binary101111011101011110111110110001100100001111010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7BE; }

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

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

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

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

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

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

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

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