Html Css Color HEX #BCFE85 Sulu

📋 copy color: '#BCFE85'

red 188 ◦ green 254 ◦ blue 133

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

Shades of Sulu #BCFE85

Tints of Sulu #BCFE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.13%

R = 32.7%
G = 44.17%
B = 23.13%

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

#BCFE85 (or 0xBCFE85) is known color: Sulu. HEX triplet: BC, FE and 85. RGB value is (188,254,133). Sum of RGB (Red+Green+Blue) = 188+254+133=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 133 (52.34% from 255 or 23.13% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFE85 is #43017A. Grayscale: #DCDCDC. Windows color (decimal): -4391291 or 8781500. OLE color: 8781500.

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

Color convert

RGB 188 254 133 -
CMYK 0.26 0 0.48 0.00
HSL 92.73º 0.98% 0.76% -
HSV(B) 92.73º 0.48% 1% -
XYZ 60.41 83.27 35.08 -
YUV 220.47 78.63 104.84 -
System Red Green Blue C M Y K H S L
Decimal 188 254 133 0.26 0 0.48 0.00 92.73 0.98 0.76
Hex BC FE 85 1A 0 30 0 5D 62 4C
Octal 274 376 205 32 0 60 0 135 142 114
Binary 10111100 11111110 10000101 11010 0 110000 0 1011101 1100010 1001100

Color Harmonies of #BCFE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE85

Black with #BCFE85

Text Example


Text Example

White with #BCFE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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