#BDD8BE

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

Shades of Surf #BDD8BE

Tints of Surf #BDD8BE

Color information

#BDD8BE (or 0xBDD8BE) is unknown color: approx Surf. HEX triplet: BD, D8 and BE. RGB value is (189,216,190). Sum of RGB (Red+Green+Blue) = 189+216+190=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8BE is #422741. Grayscale: #CDCDCD. Windows color (decimal): -4335426 or 12507325. OLE color: 12507325.

HSL color Cylindrical-coordinate representation of color #BDD8BE: hue angle of 122.22º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD8BE is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB189216190-
CMYK0.1200.120.15
HSL122.22º25.71%79.41%-
HSV(B)122.22º12.5%84.71%-
XYZ54.8463.6558.11-
YUV204.96119.55116.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 216 (84.77% from 255) = 36.30%
BLUE value IS 190 (74.61% from 255) = 31.93%
R=31.76%
G=36.30%
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.15
SystemRedGreenBlueCMYKHSL
Decimal1892161900.1200.120.15122.2225.7179.41
HexBDD8BEC0CF7a1a4f
Octal275330276140141717232117
Binary10111101110110001011111011000110011111111010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD8BE; }

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

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

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

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

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

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

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

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