Html Css Color HEX #BCFC6B Sulu

📋 copy color: '#BCFC6B'

red 188 ◦ green 252 ◦ blue 107

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

Shades of Sulu #BCFC6B

Tints of Sulu #BCFC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.56%

R = 34.37%
G = 46.07%
B = 19.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#BCFC6B (or 0xBCFC6B) is known color: Sulu. HEX triplet: BC, FC and 6B. RGB value is (188,252,107). Sum of RGB (Red+Green+Blue) = 188+252+107=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC6B is #430394. Grayscale: #D8D8D8. Windows color (decimal): -4391829 or 7077052. OLE color: 7077052.

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

Color convert

RGB 188 252 107 -
CMYK 0.25 0 0.58 0.01
HSL 86.48º 0.96% 0.7% -
HSV(B) 86.48º 0.58% 0.99% -
XYZ 58.2 81.37 26.55 -
YUV 216.33 66.3 107.79 -
System Red Green Blue C M Y K H S L
Decimal 188 252 107 0.25 0 0.58 0.01 86.48 0.96 0.7
Hex BC FC 6B 19 0 3A 1 56 60 46
Octal 274 374 153 31 0 72 1 126 140 106
Binary 10111100 11111100 1101011 11001 0 111010 1 1010110 1100000 1000110

Color Harmonies of #BCFC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC6B

Black with #BCFC6B

Text Example


Text Example

White with #BCFC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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