Html Css Color HEX #BCFD83 Sulu

📋 copy color: '#BCFD83'

red 188 ◦ green 253 ◦ blue 131

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

Shades of Sulu #BCFD83

Tints of Sulu #BCFD83

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.23%

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

R = 32.87%
G = 44.23%
B = 22.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#BCFD83 (or 0xBCFD83) is known color: Sulu. HEX triplet: BC, FD and 83. RGB value is (188,253,131). Sum of RGB (Red+Green+Blue) = 188+253+131=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 131 (51.56% from 255 or 22.90% from 572); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFD83 is #43027C. Grayscale: #DCDCDC. Windows color (decimal): -4391549 or 8650172. OLE color: 8650172.

HSL color Cylindrical-coordinate representation of color #BCFD83: hue angle of 91.97º degrees, saturation: 0.97, 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 #BCFD83 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 131 -
CMYK 0.26 0 0.48 0.01
HSL 91.97º 0.97% 0.75% -
HSV(B) 91.97º 0.48% 0.99% -
XYZ 59.96 82.58 34.25 -
YUV 219.66 77.97 105.42 -
System Red Green Blue C M Y K H S L
Decimal 188 253 131 0.26 0 0.48 0.01 91.97 0.97 0.75
Hex BC FD 83 1A 0 30 1 5C 61 4B
Octal 274 375 203 32 0 60 1 134 141 113
Binary 10111100 11111101 10000011 11010 0 110000 1 1011100 1100001 1001011

Color Harmonies of #BCFD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD83

Black with #BCFD83

Text Example


Text Example

White with #BCFD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD83; }

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

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

background-color css

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

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

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

border-color css

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

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

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