Html Css Color HEX #BCFC6A Sulu

📋 copy color: '#BCFC6A'

red 188 ◦ green 252 ◦ blue 106

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

Shades of Sulu #BCFC6A

Tints of Sulu #BCFC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.41%

R = 34.43%
G = 46.15%
B = 19.41%

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

#BCFC6A (or 0xBCFC6A) is known color: Sulu. HEX triplet: BC, FC and 6A. RGB value is (188,252,106). Sum of RGB (Red+Green+Blue) = 188+252+106=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 106 (41.80% from 255 or 19.41% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC6A is #430395. Grayscale: #D8D8D8. Windows color (decimal): -4391830 or 7011516. OLE color: 7011516.

HSL color Cylindrical-coordinate representation of color #BCFC6A: hue angle of 86.3º 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 #BCFC6A is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 106 -
CMYK 0.25 0 0.58 0.01
HSL 86.3º 0.96% 0.7% -
HSV(B) 86.3º 0.58% 0.99% -
XYZ 58.15 81.35 26.27 -
YUV 216.22 65.8 107.87 -
System Red Green Blue C M Y K H S L
Decimal 188 252 106 0.25 0 0.58 0.01 86.3 0.96 0.7
Hex BC FC 6A 19 0 3A 1 56 60 46
Octal 274 374 152 31 0 72 1 126 140 106
Binary 10111100 11111100 1101010 11001 0 111010 1 1010110 1100000 1000110

Color Harmonies of #BCFC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC6A

Black with #BCFC6A

Text Example


Text Example

White with #BCFC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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