Html Css Color HEX #BCFC83 Sulu

📋 copy color: '#BCFC83'

red 188 ◦ green 252 ◦ blue 131

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

Shades of Sulu #BCFC83

Tints of Sulu #BCFC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.94%

R = 32.92%
G = 44.13%
B = 22.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#BCFC83 (or 0xBCFC83) is known color: Sulu. HEX triplet: BC, FC and 83. RGB value is (188,252,131). Sum of RGB (Red+Green+Blue) = 188+252+131=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 131 (51.56% from 255 or 22.94% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFC83 is #43037C. Grayscale: #DBDBDB. Windows color (decimal): -4391805 or 8649916. OLE color: 8649916.

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

Color convert

RGB 188 252 131 -
CMYK 0.25 0 0.48 0.01
HSL 91.74º 0.95% 0.75% -
HSV(B) 91.74º 0.48% 0.99% -
XYZ 59.65 81.95 34.15 -
YUV 219.07 78.3 105.84 -
System Red Green Blue C M Y K H S L
Decimal 188 252 131 0.25 0 0.48 0.01 91.74 0.95 0.75
Hex BC FC 83 19 0 30 1 5C 5F 4B
Octal 274 374 203 31 0 60 1 134 137 113
Binary 10111100 11111100 10000011 11001 0 110000 1 1011100 1011111 1001011

Color Harmonies of #BCFC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC83

Black with #BCFC83

Text Example


Text Example

White with #BCFC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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