#BCD7BA

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

Shades of Surf #BCD7BA

Tints of Surf #BCD7BA

Color information

#BCD7BA (or 0xBCD7BA) is unknown color: approx Surf. HEX triplet: BC, D7 and BA. RGB value is (188,215,186). Sum of RGB (Red+Green+Blue) = 188+215+186=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7BA is #432845. Grayscale: #CBCBCB. Windows color (decimal): -4401222 or 12244924. OLE color: 12244924.

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

Color convert

RGB188215186-
CMYK0.1300.130.16
HSL115.86º26.61%78.63%-
HSV(B)115.86º13.49%84.31%-
XYZ53.962.8455.74-
YUV203.62118.05116.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 215 (84.38% from 255) = 36.50%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=31.92%
G=36.50%
B=31.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882151860.1300.130.16115.8626.6178.63
HexBCD7BAD0D10741b4f
Octal274327272150152016433117
Binary101111001101011110111010110101101100001110100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD7BA; }

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

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

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

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

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

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

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

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