#BCFD82

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

Shades of Sulu #BCFD82

Tints of Sulu #BCFD82

Color information

#BCFD82 (or 0xBCFD82) is unknown color: approx Sulu. HEX triplet: BC, FD and 82. RGB value is (188,253,130). Sum of RGB (Red+Green+Blue) = 188+253+130=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFD82 is #43027D. Grayscale: #DBDBDB. Windows color (decimal): -4391550 or 8584636. OLE color: 8584636.

HSL color Cylindrical-coordinate representation of color #BCFD82: hue angle of 91.71º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCFD82 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB188253130-
CMYK0.2600.490.01
HSL91.71º96.85%75.1%-
HSV(B)91.71º48.62%99.22%-
XYZ59.8982.5533.9-
YUV219.5477.47105.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 253 (99.22% from 255) = 44.31%
BLUE value IS 130 (51.17% from 255) = 22.77%
R=32.92%
G=44.31%
B=22.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882531300.2600.490.0191.7196.8575.1
HexBCFD821A03115c614b
Octal274375202320611134141113
Binary1011110011111101100000101101001100011101110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFD82; }

 p { color: rgb(188,253,130); }

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

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

 a { background-color: rgb(188,253,130); }

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

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

 span { border-color: rgb(188,253,130); }

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