#BCDDBA

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

Shades of Surf #BCDDBA

Tints of Surf #BCDDBA

Color information

#BCDDBA (or 0xBCDDBA) is unknown color: approx Surf. HEX triplet: BC, DD and BA. RGB value is (188,221,186). Sum of RGB (Red+Green+Blue) = 188+221+186=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDBA is #432245. Grayscale: #CFCFCF. Windows color (decimal): -4399686 or 12246460. OLE color: 12246460.

HSL color Cylindrical-coordinate representation of color #BCDDBA: hue angle of 116.57º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDDBA is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB188221186-
CMYK0.1500.160.13
HSL116.57º33.98%79.8%-
HSV(B)116.57º15.84%86.67%-
XYZ55.4665.9556.26-
YUV207.14116.07114.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.60%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=31.60%
G=37.14%
B=31.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882211860.1500.160.13116.5733.9879.8
HexBCDDBAF010D752250
Octal274335272170201516542120
Binary1011110011011101101110101111010000110111101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDBA; }

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

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

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

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

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

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

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

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