Html Css Color HEX #BCFA6B Sulu

📋 copy color: '#BCFA6B'

red 188 ◦ green 250 ◦ blue 107

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

Shades of Sulu #BCFA6B

Tints of Sulu #BCFA6B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.87%

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

R = 34.5%
G = 45.87%
B = 19.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#BCFA6B (or 0xBCFA6B) is known color: Sulu. HEX triplet: BC, FA and 6B. RGB value is (188,250,107). Sum of RGB (Red+Green+Blue) = 188+250+107=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 107 (42.19% from 255 or 19.63% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFA6B is #430594. Grayscale: #D7D7D7. Windows color (decimal): -4392341 or 7076540. OLE color: 7076540.

HSL color Cylindrical-coordinate representation of color #BCFA6B: hue angle of 86.01º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCFA6B is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 107 -
CMYK 0.25 0 0.57 0.02
HSL 86.01º 0.93% 0.7% -
HSV(B) 86.01º 0.57% 0.98% -
XYZ 57.58 80.12 26.34 -
YUV 215.16 66.96 108.63 -
System Red Green Blue C M Y K H S L
Decimal 188 250 107 0.25 0 0.57 0.02 86.01 0.93 0.7
Hex BC FA 6B 19 0 39 2 56 5D 46
Octal 274 372 153 31 0 71 2 126 135 106
Binary 10111100 11111010 1101011 11001 0 111001 10 1010110 1011101 1000110

Color Harmonies of #BCFA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFA6B

Black with #BCFA6B

Text Example


Text Example

White with #BCFA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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