#BCD5BA

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

Shades of Surf #BCD5BA

Tints of Surf #BCD5BA

Color information

#BCD5BA (or 0xBCD5BA) is unknown color: approx Surf. HEX triplet: BC, D5 and BA. RGB value is (188,213,186). Sum of RGB (Red+Green+Blue) = 188+213+186=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5BA is #432A45. Grayscale: #CACACA. Windows color (decimal): -4401734 or 12244412. OLE color: 12244412.

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

Color convert

RGB188213186-
CMYK0.1200.130.16
HSL115.56º24.32%78.24%-
HSV(B)115.56º12.68%83.53%-
XYZ53.461.8355.57-
YUV202.45118.72117.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 213 (83.59% from 255) = 36.29%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=32.03%
G=36.29%
B=31.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882131860.1200.130.16115.5624.3278.24
HexBCD5BAC0D1074184e
Octal274325272140152016430116
Binary101111001101010110111010110001101100001110100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD5BA; }

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

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

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

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

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

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

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

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