#BCF283

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

Shades of Sulu #BCF283

Tints of Sulu #BCF283

Color information

#BCF283 (or 0xBCF283) is unknown color: approx Sulu. HEX triplet: BC, F2 and 83. RGB value is (188,242,131). Sum of RGB (Red+Green+Blue) = 188+242+131=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 131 (51.56% from 255 or 23.35% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF283 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF283 is #430D7C. Grayscale: #D5D5D5. Windows color (decimal): -4394365 or 8647356. OLE color: 8647356.

HSL color Cylindrical-coordinate representation of color #BCF283: hue angle of 89.19º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCF283 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB188242131-
CMYK0.2200.460.05
HSL89.19º81.02%73.14%-
HSV(B)89.19º45.87%94.9%-
XYZ56.5975.8333.13-
YUV213.281.61110.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 242 (94.92% from 255) = 43.14%
BLUE value IS 131 (51.56% from 255) = 23.35%
R=33.51%
G=43.14%
B=23.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882421310.2200.460.0589.1981.0273.14
HexBCF2831602E5595149
Octal274362203260565131121111
Binary101111001111001010000011101100101110101101100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF283; }

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

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

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

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

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

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

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

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