#BCF974

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

Shades of Sulu #BCF974

Tints of Sulu #BCF974

Color information

#BCF974 (or 0xBCF974) is unknown color: approx Sulu. HEX triplet: BC, F9 and 74. RGB value is (188,249,116). Sum of RGB (Red+Green+Blue) = 188+249+116=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 116 (45.70% from 255 or 20.98% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF974 is #43068B. Grayscale: #D8D8D8. Windows color (decimal): -4392588 or 7666108. OLE color: 7666108.

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

Color convert

RGB188249116-
CMYK0.2400.530.02
HSL87.52º91.72%71.57%-
HSV(B)87.52º53.41%97.65%-
XYZ57.7779.728.86-
YUV215.671.79108.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 249 (97.66% from 255) = 45.03%
BLUE value IS 116 (45.70% from 255) = 20.98%
R=34.00%
G=45.03%
B=20.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882491160.2400.530.0287.5291.7271.57
HexBCF974180352585c48
Octal274371164300652130134110
Binary1011110011111001111010011000011010110101100010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF974; }

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

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

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

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

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

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

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

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