#BCFA83

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

Shades of Sulu #BCFA83

Tints of Sulu #BCFA83

Color information

#BCFA83 (or 0xBCFA83) is unknown color: approx Sulu. HEX triplet: BC, FA and 83. RGB value is (188,250,131). Sum of RGB (Red+Green+Blue) = 188+250+131=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 131 (51.56% from 255 or 23.02% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFA83 is #43057C. Grayscale: #DADADA. Windows color (decimal): -4392317 or 8649404. OLE color: 8649404.

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

Color convert

RGB188250131-
CMYK0.2500.480.02
HSL91.26º92.25%74.71%-
HSV(B)91.26º47.6%98.04%-
XYZ59.0280.733.94-
YUV217.978.96106.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 250 (98.05% from 255) = 43.94%
BLUE value IS 131 (51.56% from 255) = 23.02%
R=33.04%
G=43.94%
B=23.02%

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
Decimal1882501310.2500.480.0291.2692.2574.71
HexBCFA831903025b5c4b
Octal274372203310602133134113
Binary10111100111110101000001111001011000010101101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFA83; }

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

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

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

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

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

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

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

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