Html Css Color HEX #BCFC6E Sulu

📋 copy color: '#BCFC6E'

red 188 ◦ green 252 ◦ blue 110

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

Shades of Sulu #BCFC6E

Tints of Sulu #BCFC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20%

R = 34.18%
G = 45.82%
B = 20%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#BCFC6E (or 0xBCFC6E) is known color: Sulu. HEX triplet: BC, FC and 6E. RGB value is (188,252,110). Sum of RGB (Red+Green+Blue) = 188+252+110=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 110 (43.36% from 255 or 20% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC6E is #430391. Grayscale: #D9D9D9. Windows color (decimal): -4391826 or 7273660. OLE color: 7273660.

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

Color convert

RGB 188 252 110 -
CMYK 0.25 0 0.56 0.01
HSL 87.04º 0.96% 0.71% -
HSV(B) 87.04º 0.56% 0.99% -
XYZ 58.36 81.44 27.39 -
YUV 216.68 67.8 107.55 -
System Red Green Blue C M Y K H S L
Decimal 188 252 110 0.25 0 0.56 0.01 87.04 0.96 0.71
Hex BC FC 6E 19 0 38 1 57 60 47
Octal 274 374 156 31 0 70 1 127 140 107
Binary 10111100 11111100 1101110 11001 0 111000 1 1010111 1100000 1000111

Color Harmonies of #BCFC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC6E

Black with #BCFC6E

Text Example


Text Example

White with #BCFC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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