Html Css Color HEX #BCFE6B Sulu

📋 copy color: '#BCFE6B'

red 188 ◦ green 254 ◦ blue 107

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

Shades of Sulu #BCFE6B

Tints of Sulu #BCFE6B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.27%

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

R = 34.24%
G = 46.27%
B = 19.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#BCFE6B (or 0xBCFE6B) is known color: Sulu. HEX triplet: BC, FE and 6B. RGB value is (188,254,107). Sum of RGB (Red+Green+Blue) = 188+254+107=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE6B is #430194. Grayscale: #DADADA. Windows color (decimal): -4391317 or 7077564. OLE color: 7077564.

HSL color Cylindrical-coordinate representation of color #BCFE6B: hue angle of 86.94º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCFE6B is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 107 -
CMYK 0.26 0 0.58 0.00
HSL 86.94º 0.99% 0.71% -
HSV(B) 86.94º 0.58% 1% -
XYZ 58.83 82.64 26.76 -
YUV 217.51 65.63 106.95 -
System Red Green Blue C M Y K H S L
Decimal 188 254 107 0.26 0 0.58 0.00 86.94 0.99 0.71
Hex BC FE 6B 1A 0 3A 0 57 63 47
Octal 274 376 153 32 0 72 0 127 143 107
Binary 10111100 11111110 1101011 11010 0 111010 0 1010111 1100011 1000111

Color Harmonies of #BCFE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE6B

Black with #BCFE6B

Text Example


Text Example

White with #BCFE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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