#BCFF8A

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

Shades of Sulu #BCFF8A

Tints of Sulu #BCFF8A

Color information

#BCFF8A (or 0xBCFF8A) is unknown color: approx Sulu. HEX triplet: BC, FF and 8A. RGB value is (188,255,138). Sum of RGB (Red+Green+Blue) = 188+255+138=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFF8A is #430075. Grayscale: #DEDEDE. Windows color (decimal): -4391030 or 9109436. OLE color: 9109436.

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

Color convert

RGB188255138-
CMYK0.2600.460
HSL94.36º100%77.06%-
HSV(B)94.36º45.88%100%-
XYZ61.0984.0537.05-
YUV221.6380.8104.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 255 (100% from 255) = 43.89%
BLUE value IS 138 (54.30% from 255) = 23.75%
R=32.36%
G=43.89%
B=23.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551380.2600.46094.3610077.06
HexBCFF8A1A02E05e644d
Octal274377212320560136144115
Binary1011110011111111100010101101001011100101111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFF8A; }

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

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

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

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

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

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

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

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