#BCE383

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

Shades of Sulu #BCE383

Tints of Sulu #BCE383

Color information

#BCE383 (or 0xBCE383) is unknown color: approx Sulu. HEX triplet: BC, E3 and 83. RGB value is (188,227,131). Sum of RGB (Red+Green+Blue) = 188+227+131=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 131 (51.56% from 255 or 23.99% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE383 is #431C7C. Grayscale: #CCCCCC. Windows color (decimal): -4398205 or 8643516. OLE color: 8643516.

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

Color convert

RGB188227131-
CMYK0.1700.420.11
HSL84.38º63.16%70.2%-
HSV(B)84.38º42.29%89.02%-
XYZ52.367.2731.7-
YUV204.486.58116.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.43%
GREEN value IS 227 (89.06% from 255) = 41.58%
BLUE value IS 131 (51.56% from 255) = 23.99%
R=34.43%
G=41.58%
B=23.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882271310.1700.420.1184.3863.1670.2
HexBCE3831102AB543f46
Octal274343203210521312477106
Binary101111001110001110000011100010101010101110101001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE383; }

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

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

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

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

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

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

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

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