#BCDABA

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

Shades of Surf #BCDABA

Tints of Surf #BCDABA

Color information

#BCDABA (or 0xBCDABA) is unknown color: approx Surf. HEX triplet: BC, DA and BA. RGB value is (188,218,186). Sum of RGB (Red+Green+Blue) = 188+218+186=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDABA is #432545. Grayscale: #CDCDCD. Windows color (decimal): -4400454 or 12245692. OLE color: 12245692.

HSL color Cylindrical-coordinate representation of color #BCDABA: hue angle of 116.25º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDABA is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB188218186-
CMYK0.1400.150.15
HSL116.25º30.19%79.22%-
HSV(B)116.25º14.68%85.49%-
XYZ54.6764.3856-
YUV205.38117.06115.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.76%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 186 (73.05% from 255) = 31.42%
R=31.76%
G=36.82%
B=31.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181860.1400.150.15116.2530.1979.22
HexBCDABAE0FF741e4f
Octal274332272160171716436117
Binary10111100110110101011101011100111111111110100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDABA; }

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

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

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

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

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

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

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

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