#BCE380

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

Shades of Sulu #BCE380

Tints of Sulu #BCE380

Color information

#BCE380 (or 0xBCE380) is unknown color: approx Sulu. HEX triplet: BC, E3 and 80. RGB value is (188,227,128). Sum of RGB (Red+Green+Blue) = 188+227+128=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE380 is #431C7F. Grayscale: #CCCCCC. Windows color (decimal): -4398208 or 8446908. OLE color: 8446908.

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

Color convert

RGB188227128-
CMYK0.1700.440.11
HSL83.64º63.87%69.61%-
HSV(B)83.64º43.61%89.02%-
XYZ52.167.1930.64-
YUV204.0585.08116.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 227 (89.06% from 255) = 41.80%
BLUE value IS 128 (50.39% from 255) = 23.57%
R=34.62%
G=41.80%
B=23.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882271280.1700.440.1183.6463.8769.61
HexBCE3801102CB544046
Octal2743432002105413124100106
Binary1011110011100011100000001000101011001011101010010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE380; }

 p { color: rgb(188,227,128); }

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

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

 a { background-color: rgb(188,227,128); }

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

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

 span { border-color: rgb(188,227,128); }

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