#BCF963

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

Shades of Sulu #BCF963

Tints of Sulu #BCF963

Color information

#BCF963 (or 0xBCF963) is unknown color: approx Sulu. HEX triplet: BC, F9 and 63. RGB value is (188,249,99). Sum of RGB (Red+Green+Blue) = 188+249+99=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 99 (39.06% from 255 or 18.47% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF963 is #43069C. Grayscale: #D6D6D6. Windows color (decimal): -4392605 or 6551996. OLE color: 6551996.

HSL color Cylindrical-coordinate representation of color #BCF963: hue angle of 84.4º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCF963 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB18824999-
CMYK0.2400.600.02
HSL84.4º92.59%68.24%-
HSV(B)84.4º60.24%97.65%-
XYZ56.8779.3424.12-
YUV213.6663.29109.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 249 (97.66% from 255) = 46.46%
BLUE value IS 99 (39.06% from 255) = 18.47%
R=35.07%
G=46.46%
B=18.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal188249990.2400.600.0284.492.5968.24
HexBCF9631803C2545d44
Octal274371143300742124135104
Binary1011110011111001110001111000011110010101010010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF963; }

 p { color: rgb(188,249,99); }

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

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

 a { background-color: rgb(188,249,99); }

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

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

 span { border-color: rgb(188,249,99); }

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