#BCF971

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

Shades of Sulu #BCF971

Tints of Sulu #BCF971

Color information

#BCF971 (or 0xBCF971) is unknown color: approx Sulu. HEX triplet: BC, F9 and 71. RGB value is (188,249,113). Sum of RGB (Red+Green+Blue) = 188+249+113=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF971 is #43068E. Grayscale: #D7D7D7. Windows color (decimal): -4392591 or 7469500. OLE color: 7469500.

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

Color convert

RGB188249113-
CMYK0.2400.550.02
HSL86.91º91.89%70.98%-
HSV(B)86.91º54.62%97.65%-
XYZ57.679.6327.96-
YUV215.2670.29108.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.18%
GREEN value IS 249 (97.66% from 255) = 45.27%
BLUE value IS 113 (44.53% from 255) = 20.55%
R=34.18%
G=45.27%
B=20.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882491130.2400.550.0286.9191.8970.98
HexBCF971180372575c47
Octal274371161300672127134107
Binary1011110011111001111000111000011011110101011110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF971; }

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

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

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

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

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

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

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

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