Html Css Color HEX #BCFD6A Sulu

📋 copy color: '#BCFD6A'

red 188 ◦ green 253 ◦ blue 106

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

Shades of Sulu #BCFD6A

Tints of Sulu #BCFD6A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.25%

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

R = 34.37%
G = 46.25%
B = 19.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#BCFD6A (or 0xBCFD6A) is known color: Sulu. HEX triplet: BC, FD and 6A. RGB value is (188,253,106). Sum of RGB (Red+Green+Blue) = 188+253+106=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD6A is #430295. Grayscale: #D9D9D9. Windows color (decimal): -4391574 or 7011772. OLE color: 7011772.

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

Color convert

RGB 188 253 106 -
CMYK 0.26 0 0.58 0.01
HSL 86.53º 0.97% 0.7% -
HSV(B) 86.53º 0.58% 0.99% -
XYZ 58.47 81.98 26.38 -
YUV 216.81 65.47 107.45 -
System Red Green Blue C M Y K H S L
Decimal 188 253 106 0.26 0 0.58 0.01 86.53 0.97 0.7
Hex BC FD 6A 1A 0 3A 1 57 61 46
Octal 274 375 152 32 0 72 1 127 141 106
Binary 10111100 11111101 1101010 11010 0 111010 1 1010111 1100001 1000110

Color Harmonies of #BCFD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD6A

Black with #BCFD6A

Text Example


Text Example

White with #BCFD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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