Html Css Color HEX #BCFA6C Sulu

📋 copy color: '#BCFA6C'

red 188 ◦ green 250 ◦ blue 108

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

Shades of Sulu #BCFA6C

Tints of Sulu #BCFA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.78%

R = 34.43%
G = 45.79%
B = 19.78%

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

#BCFA6C (or 0xBCFA6C) is known color: Sulu. HEX triplet: BC, FA and 6C. RGB value is (188,250,108). Sum of RGB (Red+Green+Blue) = 188+250+108=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFA6C is #430593. Grayscale: #D7D7D7. Windows color (decimal): -4392340 or 7142076. OLE color: 7142076.

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

Color convert

RGB 188 250 108 -
CMYK 0.25 0 0.57 0.02
HSL 86.2º 0.93% 0.7% -
HSV(B) 86.2º 0.57% 0.98% -
XYZ 57.63 80.15 26.62 -
YUV 215.27 67.46 108.55 -
System Red Green Blue C M Y K H S L
Decimal 188 250 108 0.25 0 0.57 0.02 86.2 0.93 0.7
Hex BC FA 6C 19 0 39 2 56 5D 46
Octal 274 372 154 31 0 71 2 126 135 106
Binary 10111100 11111010 1101100 11001 0 111001 10 1010110 1011101 1000110

Color Harmonies of #BCFA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFA6C

Black with #BCFA6C

Text Example


Text Example

White with #BCFA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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