#BDD5BB

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

Shades of Surf Crest #BDD5BB

Tints of Surf Crest #BDD5BB

Color information

#BDD5BB (or 0xBDD5BB) is unknown color: approx Surf Crest. HEX triplet: BD, D5 and BB. RGB value is (189,213,187). Sum of RGB (Red+Green+Blue) = 189+213+187=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5BB is #422A44. Grayscale: #CACACA. Windows color (decimal): -4336197 or 12309949. OLE color: 12309949.

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

Color convert

RGB189213187-
CMYK0.1100.120.16
HSL115.38º23.64%78.43%-
HSV(B)115.38º12.21%83.53%-
XYZ53.756256.15-
YUV202.86119.05118.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 213 (83.59% from 255) = 36.16%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=32.09%
G=36.16%
B=31.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892131870.1100.120.16115.3823.6478.43
HexBDD5BBB0C1073184e
Octal275325273130142016330116
Binary101111011101010110111011101101100100001110011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD5BB; }

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

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

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

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

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

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

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

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