#BCE487

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

Shades of Sulu #BCE487

Tints of Sulu #BCE487

Color information

#BCE487 (or 0xBCE487) is unknown color: approx Sulu. HEX triplet: BC, E4 and 87. RGB value is (188,228,135). Sum of RGB (Red+Green+Blue) = 188+228+135=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 135 (53.12% from 255 or 24.50% from 551); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE487 is #431B78. Grayscale: #CDCDCD. Windows color (decimal): -4397945 or 8905916. OLE color: 8905916.

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

Color convert

RGB188228135-
CMYK0.1800.410.11
HSL85.81º63.27%71.18%-
HSV(B)85.81º40.79%89.41%-
XYZ52.8667.9333.25-
YUV205.4488.25115.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.12%
GREEN value IS 228 (89.45% from 255) = 41.38%
BLUE value IS 135 (53.12% from 255) = 24.50%
R=34.12%
G=41.38%
B=24.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882281350.1800.410.1185.8163.2771.18
HexBCE48712029B563f47
Octal274344207220511312677107
Binary101111001110010010000111100100101001101110101101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE487; }

 p { color: rgb(188,228,135); }

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

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

 a { background-color: rgb(188,228,135); }

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

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

 span { border-color: rgb(188,228,135); }

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