#BCE495

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

Shades of Sulu #BCE495

Tints of Sulu #BCE495

Color information

#BCE495 (or 0xBCE495) is unknown color: approx Sulu. HEX triplet: BC, E4 and 95. RGB value is (188,228,149). Sum of RGB (Red+Green+Blue) = 188+228+149=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 228 (89.45% from 255 or 40.35% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE495 is #431B6A. Grayscale: #CFCFCF. Windows color (decimal): -4397931 or 9823420. OLE color: 9823420.

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

Color convert

RGB188228149-
CMYK0.1800.350.11
HSL90.38º59.4%73.92%-
HSV(B)90.38º34.65%89.41%-
XYZ53.9168.3538.79-
YUV207.0395.25114.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 228 (89.45% from 255) = 40.35%
BLUE value IS 149 (58.59% from 255) = 26.37%
R=33.27%
G=40.35%
B=26.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882281490.1800.350.1190.3859.473.92
HexBCE49512023B5a3b4a
Octal274344225220431313273112
Binary101111001110010010010101100100100011101110110101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE495; }

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

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

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

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

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

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

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

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