#BCE281

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

Shades of Sulu #BCE281

Tints of Sulu #BCE281

Color information

#BCE281 (or 0xBCE281) is unknown color: approx Sulu. HEX triplet: BC, E2 and 81. RGB value is (188,226,129). Sum of RGB (Red+Green+Blue) = 188+226+129=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE281 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE281 is #431D7E. Grayscale: #CBCBCB. Windows color (decimal): -4398463 or 8512188. OLE color: 8512188.

HSL color Cylindrical-coordinate representation of color #BCE281: hue angle of 83.51º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCE281 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB188226129-
CMYK0.1700.430.11
HSL83.51º62.58%69.61%-
HSV(B)83.51º42.92%88.63%-
XYZ51.966.6730.9-
YUV203.5885.91116.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 226 (88.67% from 255) = 41.62%
BLUE value IS 129 (50.78% from 255) = 23.76%
R=34.62%
G=41.62%
B=23.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882261290.1700.430.1183.5162.5869.61
HexBCE2811102BB543f46
Octal274342201210531312477106
Binary101111001110001010000001100010101011101110101001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE281; }

 p { color: rgb(188,226,129); }

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

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

 a { background-color: rgb(188,226,129); }

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

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

 span { border-color: rgb(188,226,129); }

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