#BCEE6E

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

Shades of Sulu #BCEE6E

Tints of Sulu #BCEE6E

Color information

#BCEE6E (or 0xBCEE6E) is unknown color: approx Sulu. HEX triplet: BC, EE and 6E. RGB value is (188,238,110). Sum of RGB (Red+Green+Blue) = 188+238+110=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEE6E is #431191. Grayscale: #D0D0D0. Windows color (decimal): -4395410 or 7270076. OLE color: 7270076.

HSL color Cylindrical-coordinate representation of color #BCEE6E: hue angle of 83.44º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCEE6E is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB188238110-
CMYK0.2100.540.07
HSL83.44º79.01%68.24%-
HSV(B)83.44º53.78%93.33%-
XYZ54.1372.9725.98-
YUV208.4672.44113.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 238 (93.36% from 255) = 44.40%
BLUE value IS 110 (43.36% from 255) = 20.52%
R=35.07%
G=44.40%
B=20.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882381100.2100.540.0783.4479.0168.24
HexBCEE6E150367534f44
Octal274356156250667123117104
Binary10111100111011101101110101010110110111101001110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEE6E; }

 p { color: rgb(188,238,110); }

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

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

 a { background-color: rgb(188,238,110); }

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

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

 span { border-color: rgb(188,238,110); }

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