#BCE694

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

Shades of Sulu #BCE694

Tints of Sulu #BCE694

Color information

#BCE694 (or 0xBCE694) is unknown color: approx Sulu. HEX triplet: BC, E6 and 94. RGB value is (188,230,148). Sum of RGB (Red+Green+Blue) = 188+230+148=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE694 is #43196B. Grayscale: #D0D0D0. Windows color (decimal): -4397420 or 9758396. OLE color: 9758396.

HSL color Cylindrical-coordinate representation of color #BCE694: hue angle of 90.73º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCE694 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB188230148-
CMYK0.1800.360.10
HSL90.73º62.12%74.12%-
HSV(B)90.73º35.65%90.2%-
XYZ54.3869.4238.55-
YUV208.0994.09113.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.22%
GREEN value IS 230 (90.23% from 255) = 40.64%
BLUE value IS 148 (58.20% from 255) = 26.15%
R=33.22%
G=40.64%
B=26.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882301480.1800.360.1090.7362.1274.12
HexBCE69412024A5b3e4a
Octal274346224220441213376112
Binary101111001110011010010100100100100100101010110111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE694; }

 p { color: rgb(188,230,148); }

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

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

 a { background-color: rgb(188,230,148); }

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

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

 span { border-color: rgb(188,230,148); }

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