#BCF883

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

Shades of Sulu #BCF883

Tints of Sulu #BCF883

Color information

#BCF883 (or 0xBCF883) is unknown color: approx Sulu. HEX triplet: BC, F8 and 83. RGB value is (188,248,131). Sum of RGB (Red+Green+Blue) = 188+248+131=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF883 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF883 is #43077C. Grayscale: #D9D9D9. Windows color (decimal): -4392829 or 8648892. OLE color: 8648892.

HSL color Cylindrical-coordinate representation of color #BCF883: hue angle of 90.77º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCF883 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB188248131-
CMYK0.2400.470.03
HSL90.77º89.31%74.31%-
HSV(B)90.77º47.18%97.25%-
XYZ58.479.4633.73-
YUV216.7279.62107.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 248 (97.27% from 255) = 43.74%
BLUE value IS 131 (51.56% from 255) = 23.10%
R=33.16%
G=43.74%
B=23.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882481310.2400.470.0390.7789.3174.31
HexBCF8831802F35b594a
Octal274370203300573133131112
Binary10111100111110001000001111000010111111101101110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF883; }

 p { color: rgb(188,248,131); }

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

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

 a { background-color: rgb(188,248,131); }

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

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

 span { border-color: rgb(188,248,131); }

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