#BCFF86

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

Shades of Sulu #BCFF86

Tints of Sulu #BCFF86

Color information

#BCFF86 (or 0xBCFF86) is unknown color: approx Sulu. HEX triplet: BC, FF and 86. RGB value is (188,255,134). Sum of RGB (Red+Green+Blue) = 188+255+134=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 134 (52.73% from 255 or 23.22% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF86 is #430079. Grayscale: #DDDDDD. Windows color (decimal): -4391034 or 8847292. OLE color: 8847292.

HSL color Cylindrical-coordinate representation of color #BCFF86: hue angle of 93.22º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCFF86 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB188255134-
CMYK0.2600.470
HSL93.22º100%76.27%-
HSV(B)93.22º47.45%100%-
XYZ60.883.9335.55-
YUV221.1778.8104.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 255 (100% from 255) = 44.19%
BLUE value IS 134 (52.73% from 255) = 23.22%
R=32.58%
G=44.19%
B=23.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551340.2600.47093.2210076.27
HexBCFF861A02F05d644c
Octal274377206320570135144114
Binary1011110011111111100001101101001011110101110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFF86; }

 p { color: rgb(188,255,134); }

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

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

 a { background-color: rgb(188,255,134); }

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

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

 span { border-color: rgb(188,255,134); }

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