#BCFA81

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

Shades of Sulu #BCFA81

Tints of Sulu #BCFA81

Color information

#BCFA81 (or 0xBCFA81) is unknown color: approx Sulu. HEX triplet: BC, FA and 81. RGB value is (188,250,129). Sum of RGB (Red+Green+Blue) = 188+250+129=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 129 (50.78% from 255 or 22.75% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFA81 is #43057E. Grayscale: #DADADA. Windows color (decimal): -4392319 or 8518332. OLE color: 8518332.

HSL color Cylindrical-coordinate representation of color #BCFA81: hue angle of 90.74º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCFA81 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB188250129-
CMYK0.2500.480.02
HSL90.74º92.37%74.31%-
HSV(B)90.74º48.4%98.04%-
XYZ58.8980.6533.23-
YUV217.6777.96106.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 250 (98.05% from 255) = 44.09%
BLUE value IS 129 (50.78% from 255) = 22.75%
R=33.16%
G=44.09%
B=22.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501290.2500.480.0290.7492.3774.31
HexBCFA811903025b5c4a
Octal274372201310602133134112
Binary10111100111110101000000111001011000010101101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFA81; }

 p { color: rgb(188,250,129); }

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

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

 a { background-color: rgb(188,250,129); }

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

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

 span { border-color: rgb(188,250,129); }

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