#BCE18C

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

Shades of Sulu #BCE18C

Tints of Sulu #BCE18C

Color information

#BCE18C (or 0xBCE18C) is unknown color: approx Sulu. HEX triplet: BC, E1 and 8C. RGB value is (188,225,140). Sum of RGB (Red+Green+Blue) = 188+225+140=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE18C is #431E73. Grayscale: #CCCCCC. Windows color (decimal): -4398708 or 9232828. OLE color: 9232828.

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

Color convert

RGB188225140-
CMYK0.1600.380.12
HSL86.12º58.62%71.57%-
HSV(B)86.12º37.78%88.24%-
XYZ52.466.4434.87-
YUV204.2591.74116.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 225 (88.28% from 255) = 40.69%
BLUE value IS 140 (55.08% from 255) = 25.32%
R=34.00%
G=40.69%
B=25.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882251400.1600.380.1286.1258.6271.57
HexBCE18C10026C563b48
Octal274341214200461412673110
Binary101111001110000110001100100000100110110010101101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE18C; }

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

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

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

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

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

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

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

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