#BCE0BA

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

Shades of Surf #BCE0BA

Tints of Surf #BCE0BA

Color information

#BCE0BA (or 0xBCE0BA) is unknown color: approx Surf. HEX triplet: BC, E0 and BA. RGB value is (188,224,186). Sum of RGB (Red+Green+Blue) = 188+224+186=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0BA is #431F45. Grayscale: #D1D1D1. Windows color (decimal): -4398918 or 12247228. OLE color: 12247228.

HSL color Cylindrical-coordinate representation of color #BCE0BA: hue angle of 116.84º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE0BA is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB188224186-
CMYK0.1600.170.12
HSL116.84º38%80.39%-
HSV(B)116.84º16.96%87.84%-
XYZ56.2667.5556.53-
YUV208.9115.07113.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.44%
GREEN value IS 224 (87.89% from 255) = 37.46%
BLUE value IS 186 (73.05% from 255) = 31.10%
R=31.44%
G=37.46%
B=31.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882241860.1600.170.12116.843880.39
HexBCE0BA10011C752650
Octal274340272200211416546120
Binary10111100111000001011101010000010001110011101011001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE0BA; }

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

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

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

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

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

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

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

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