Html Css Color HEX #BCFC80 Sulu

📋 copy color: '#BCFC80'

red 188 ◦ green 252 ◦ blue 128

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

Shades of Sulu #BCFC80

Tints of Sulu #BCFC80

RGB

 RED value IS 188 (73.83% from 255) = 33.1%

 GREEN value IS 252 (98.83% from 255) = 44.37%

 BLUE value IS 128 (50.39% from 255) = 22.54%

R = 33.1%
G = 44.37%
B = 22.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#BCFC80 (or 0xBCFC80) is known color: Sulu. HEX triplet: BC, FC and 80. RGB value is (188,252,128). Sum of RGB (Red+Green+Blue) = 188+252+128=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFC80 is #43037F. Grayscale: #DBDBDB. Windows color (decimal): -4391808 or 8453308. OLE color: 8453308.

HSL color Cylindrical-coordinate representation of color #BCFC80: hue angle of 90.97º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCFC80 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 128 -
CMYK 0.25 0 0.49 0.01
HSL 90.97º 0.95% 0.75% -
HSV(B) 90.97º 0.49% 0.99% -
XYZ 59.45 81.87 33.09 -
YUV 218.73 76.8 106.08 -
System Red Green Blue C M Y K H S L
Decimal 188 252 128 0.25 0 0.49 0.01 90.97 0.95 0.75
Hex BC FC 80 19 0 31 1 5B 5F 4B
Octal 274 374 200 31 0 61 1 133 137 113
Binary 10111100 11111100 10000000 11001 0 110001 1 1011011 1011111 1001011

Color Harmonies of #BCFC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC80

Black with #BCFC80

Text Example


Text Example

White with #BCFC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC80; }

 p { color: rgb(188,252,128); }

 H1.HeaderClassName
 {
   color: #BCFC80;
 }
 .AnyTagClassName
 {
   color: #BCFC80;
 }
</style>

background-color css

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

 a { background-color: rgb(188,252,128); }

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

border-color css

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

 span { border-color: rgb(188,252,128); }

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