#BDD5BA

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

Shades of Surf Crest #BDD5BA

Tints of Surf Crest #BDD5BA

Color information

#BDD5BA (or 0xBDD5BA) is unknown color: approx Surf Crest. HEX triplet: BD, D5 and BA. RGB value is (189,213,186). Sum of RGB (Red+Green+Blue) = 189+213+186=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD5BA is #422A45. Grayscale: #CACACA. Windows color (decimal): -4336198 or 12244413. OLE color: 12244413.

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

Color convert

RGB189213186-
CMYK0.1100.130.16
HSL113.33º24.32%78.24%-
HSV(B)113.33º12.68%83.53%-
XYZ53.6461.9555.59-
YUV202.75118.55118.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 213 (83.59% from 255) = 36.22%
BLUE value IS 186 (73.05% from 255) = 31.63%
R=32.14%
G=36.22%
B=31.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892131860.1100.130.16113.3324.3278.24
HexBDD5BAB0D1071184e
Octal275325272130152016130116
Binary101111011101010110111010101101101100001110001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD5BA; }

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

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

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

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

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

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

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

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