#BCE282

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

Shades of Sulu #BCE282

Tints of Sulu #BCE282

Color information

#BCE282 (or 0xBCE282) is unknown color: approx Sulu. HEX triplet: BC, E2 and 82. RGB value is (188,226,130). Sum of RGB (Red+Green+Blue) = 188+226+130=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE282 is #431D7D. Grayscale: #CCCCCC. Windows color (decimal): -4398462 or 8577724. OLE color: 8577724.

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

Color convert

RGB188226130-
CMYK0.1700.420.11
HSL83.75º62.34%69.8%-
HSV(B)83.75º42.48%88.63%-
XYZ51.9666.731.25-
YUV203.6986.41116.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 226 (88.67% from 255) = 41.54%
BLUE value IS 130 (51.17% from 255) = 23.90%
R=34.56%
G=41.54%
B=23.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882261300.1700.420.1183.7562.3469.8
HexBCE2821102AB543e46
Octal274342202210521312476106
Binary101111001110001010000010100010101010101110101001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE282; }

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

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

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

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

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

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

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

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