Html Css Color HEX #BCFE84 Sulu

📋 copy color: '#BCFE84'

red 188 ◦ green 254 ◦ blue 132

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

Shades of Sulu #BCFE84

Tints of Sulu #BCFE84

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.25%

 BLUE value IS 132 (51.95% from 255) = 23%

R = 32.75%
G = 44.25%
B = 23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#BCFE84 (or 0xBCFE84) is known color: Sulu. HEX triplet: BC, FE and 84. RGB value is (188,254,132). Sum of RGB (Red+Green+Blue) = 188+254+132=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 132 (51.95% from 255 or 23.00% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFE84 is #43017B. Grayscale: #DCDCDC. Windows color (decimal): -4391292 or 8715964. OLE color: 8715964.

HSL color Cylindrical-coordinate representation of color #BCFE84: hue angle of 92.46º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCFE84 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 132 -
CMYK 0.26 0 0.48 0.00
HSL 92.46º 0.98% 0.76% -
HSV(B) 92.46º 0.48% 1% -
XYZ 60.35 83.24 34.72 -
YUV 220.36 78.13 104.92 -
System Red Green Blue C M Y K H S L
Decimal 188 254 132 0.26 0 0.48 0.00 92.46 0.98 0.76
Hex BC FE 84 1A 0 30 0 5C 62 4C
Octal 274 376 204 32 0 60 0 134 142 114
Binary 10111100 11111110 10000100 11010 0 110000 0 1011100 1100010 1001100

Color Harmonies of #BCFE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE84

Black with #BCFE84

Text Example


Text Example

White with #BCFE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE84; }

 p { color: rgb(188,254,132); }

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

background-color css

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

 a { background-color: rgb(188,254,132); }

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

border-color css

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

 span { border-color: rgb(188,254,132); }

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