Html Css Color HEX #BCFFBF Fringy Flower

📋 copy color: '#BCFFBF'

red 188 ◦ green 255 ◦ blue 191

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

Shades of Fringy Flower #BCFFBF

Tints of Fringy Flower #BCFFBF

RGB

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

 GREEN value IS 255 (100% from 255) = 40.22%

 BLUE value IS 191 (75% from 255) = 30.13%

R = 29.65%
G = 40.22%
B = 30.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#BCFFBF (or 0xBCFFBF) is known color: Fringy Flower. HEX triplet: BC, FF and BF. RGB value is (188,255,191). Sum of RGB (Red+Green+Blue) = 188+255+191=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFBF is #430040. Grayscale: #E3E3E3. Windows color (decimal): -4390977 or 12582844. OLE color: 12582844.

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

Color convert

RGB 188 255 191 -
CMYK 0.26 0 0.25 0
HSL 122.69º 1% 0.87% -
HSV(B) 122.69º 0.26% 1% -
XYZ 65.9 85.97 62.41 -
YUV 227.67 107.3 99.7 -
System Red Green Blue C M Y K H S L
Decimal 188 255 191 0.26 0 0.25 0 122.69 1 0.87
Hex BC FF BF 1A 0 19 0 7B 64 57
Octal 274 377 277 32 0 31 0 173 144 127
Binary 10111100 11111111 10111111 11010 0 11001 0 1111011 1100100 1010111

Color Harmonies of #BCFFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFBF

Black with #BCFFBF

Text Example


Text Example

White with #BCFFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFBF; }

 p { color: rgb(188,255,191); }

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

background-color css

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

 a { background-color: rgb(188,255,191); }

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

border-color css

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

 span { border-color: rgb(188,255,191); }

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