#BCE48D

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

Shades of Sulu #BCE48D

Tints of Sulu #BCE48D

Color information

#BCE48D (or 0xBCE48D) is unknown color: approx Sulu. HEX triplet: BC, E4 and 8D. RGB value is (188,228,141). Sum of RGB (Red+Green+Blue) = 188+228+141=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 228 (89.45% from 255 or 40.93% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE48D is #431B72. Grayscale: #CECECE. Windows color (decimal): -4397939 or 9299132. OLE color: 9299132.

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

Color convert

RGB188228141-
CMYK0.1800.380.11
HSL87.59º61.7%72.35%-
HSV(B)87.59º38.16%89.41%-
XYZ53.2968.135.54-
YUV206.1291.25115.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 228 (89.45% from 255) = 40.93%
BLUE value IS 141 (55.47% from 255) = 25.31%
R=33.75%
G=40.93%
B=25.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882281410.1800.380.1187.5961.772.35
HexBCE48D12026B583e48
Octal274344215220461313076110
Binary101111001110010010001101100100100110101110110001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE48D; }

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

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

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

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

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

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

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

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