#BCD5BE

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

Shades of Surf #BCD5BE

Tints of Surf #BCD5BE

Color information

#BCD5BE (or 0xBCD5BE) is unknown color: approx Surf. HEX triplet: BC, D5 and BE. RGB value is (188,213,190). Sum of RGB (Red+Green+Blue) = 188+213+190=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 213 (83.59% from 255 or 36.04% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5BE is #432A41. Grayscale: #CACACA. Windows color (decimal): -4401730 or 12506556. OLE color: 12506556.

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

Color convert

RGB188213190-
CMYK0.1200.110.16
HSL124.8º22.94%78.63%-
HSV(B)124.8º11.74%83.53%-
XYZ53.836257.84-
YUV202.9120.72117.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.81%
GREEN value IS 213 (83.59% from 255) = 36.04%
BLUE value IS 190 (74.61% from 255) = 32.15%
R=31.81%
G=36.04%
B=32.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882131900.1200.110.16124.822.9478.63
HexBCD5BEC0B107d174f
Octal274325276140132017527117
Binary101111001101010110111110110001011100001111101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD5BE; }

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

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

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

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

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

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

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

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