Html Css Color HEX #BCFC85 Sulu

📋 copy color: '#BCFC85'

red 188 ◦ green 252 ◦ blue 133

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

Shades of Sulu #BCFC85

Tints of Sulu #BCFC85

RGB

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

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

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

R = 32.81%
G = 43.98%
B = 23.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#BCFC85 (or 0xBCFC85) is known color: Sulu. HEX triplet: BC, FC and 85. RGB value is (188,252,133). Sum of RGB (Red+Green+Blue) = 188+252+133=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFC85 is #43037A. Grayscale: #DBDBDB. Windows color (decimal): -4391803 or 8780988. OLE color: 8780988.

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

Color convert

RGB 188 252 133 -
CMYK 0.25 0 0.47 0.01
HSL 92.27º 0.95% 0.75% -
HSV(B) 92.27º 0.47% 0.99% -
XYZ 59.78 82.01 34.87 -
YUV 219.3 79.3 105.68 -
System Red Green Blue C M Y K H S L
Decimal 188 252 133 0.25 0 0.47 0.01 92.27 0.95 0.75
Hex BC FC 85 19 0 2F 1 5C 5F 4B
Octal 274 374 205 31 0 57 1 134 137 113
Binary 10111100 11111100 10000101 11001 0 101111 1 1011100 1011111 1001011

Color Harmonies of #BCFC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC85

Black with #BCFC85

Text Example


Text Example

White with #BCFC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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