#BCDABE

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

Shades of Surf #BCDABE

Tints of Surf #BCDABE

Color information

#BCDABE (or 0xBCDABE) is unknown color: approx Surf. HEX triplet: BC, DA and BE. RGB value is (188,218,190). Sum of RGB (Red+Green+Blue) = 188+218+190=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDABE is #432541. Grayscale: #CDCDCD. Windows color (decimal): -4400450 or 12507836. OLE color: 12507836.

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

Color convert

RGB188218190-
CMYK0.1400.130.15
HSL124º28.85%79.61%-
HSV(B)124º13.76%85.49%-
XYZ55.164.5558.27-
YUV205.84119.06115.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 190 (74.61% from 255) = 31.88%
R=31.54%
G=36.58%
B=31.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181900.1400.130.1512428.8579.61
HexBCDABEE0DF7c1d50
Octal274332276160151717435120
Binary10111100110110101011111011100110111111111100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDABE; }

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

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

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

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

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

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

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

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