#BCE190

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

Shades of Sulu #BCE190

Tints of Sulu #BCE190

Color information

#BCE190 (or 0xBCE190) is unknown color: approx Sulu. HEX triplet: BC, E1 and 90. RGB value is (188,225,144). Sum of RGB (Red+Green+Blue) = 188+225+144=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE190 is #431E6F. Grayscale: #CCCCCC. Windows color (decimal): -4398704 or 9494972. OLE color: 9494972.

HSL color Cylindrical-coordinate representation of color #BCE190: hue angle of 87.41º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCE190 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB188225144-
CMYK0.1600.360.12
HSL87.41º57.45%72.35%-
HSV(B)87.41º36%88.24%-
XYZ52.766.5636.45-
YUV204.793.74116.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 225 (88.28% from 255) = 40.39%
BLUE value IS 144 (56.64% from 255) = 25.85%
R=33.75%
G=40.39%
B=25.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882251440.1600.360.1287.4157.4572.35
HexBCE19010024C573948
Octal274341220200441412771110
Binary101111001110000110010000100000100100110010101111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE190; }

 p { color: rgb(188,225,144); }

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

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

 a { background-color: rgb(188,225,144); }

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

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

 span { border-color: rgb(188,225,144); }

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