Html Css Color HEX #BCF283 Sulu

📋 copy color: '#BCF283'

red 188 ◦ green 242 ◦ blue 131

#BCF283
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BCF283

Tints of Sulu #BCF283

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 value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#BCF283 (or 0xBCF283) is known color: 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

RGB 188 242 131 -
CMYK 0.22 0 0.46 0.05
HSL 89.19º 0.81% 0.73% -
HSV(B) 89.19º 0.46% 0.95% -
XYZ 56.59 75.83 33.13 -
YUV 213.2 81.61 110.03 -
System Red Green Blue C M Y K H S L
Decimal 188 242 131 0.22 0 0.46 0.05 89.19 0.81 0.73
Hex BC F2 83 16 0 2E 5 59 51 49
Octal 274 362 203 26 0 56 5 131 121 111
Binary 10111100 11110010 10000011 10110 0 101110 101 1011001 1010001 1001001

Color Harmonies of #BCF283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF283

Black with #BCF283

Text Example


Text Example

White with #BCF283

Text Example


Text Example

HTML Codes & Css Web 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>