#BCE584

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

Shades of Sulu #BCE584

Tints of Sulu #BCE584

Color information

#BCE584 (or 0xBCE584) is unknown color: approx Sulu. HEX triplet: BC, E5 and 84. RGB value is (188,229,132). Sum of RGB (Red+Green+Blue) = 188+229+132=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 229 (89.84% from 255 or 41.71% from 549); Blue value is 132 (51.95% from 255 or 24.04% from 549); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE584 is #431A7B. Grayscale: #CECECE. Windows color (decimal): -4397692 or 8709564. OLE color: 8709564.

HSL color Cylindrical-coordinate representation of color #BCE584: hue angle of 85.36º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCE584 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB188229132-
CMYK0.1800.420.10
HSL85.36º65.1%70.78%-
HSV(B)85.36º42.36%89.8%-
XYZ52.9268.432.24-
YUV205.6886.42115.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 229 (89.84% from 255) = 41.71%
BLUE value IS 132 (51.95% from 255) = 24.04%
R=34.24%
G=41.71%
B=24.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882291320.1800.420.1085.3665.170.78
HexBCE5841202AA554147
Octal2743452042205212125101107
Binary1011110011100101100001001001001010101010101010110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE584; }

 p { color: rgb(188,229,132); }

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

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

 a { background-color: rgb(188,229,132); }

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

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

 span { border-color: rgb(188,229,132); }

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