Html Css Color HEX #BCFFBE Fringy Flower

📋 copy color: '#BCFFBE'

red 188 ◦ green 255 ◦ blue 190

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

Shades of Fringy Flower #BCFFBE

Tints of Fringy Flower #BCFFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.02%

R = 29.7%
G = 40.28%
B = 30.02%

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

#BCFFBE (or 0xBCFFBE) is known color: Fringy Flower. HEX triplet: BC, FF and BE. RGB value is (188,255,190). Sum of RGB (Red+Green+Blue) = 188+255+190=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFBE is #430041. Grayscale: #E3E3E3. Windows color (decimal): -4390978 or 12517308. OLE color: 12517308.

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

Color convert

RGB 188 255 190 -
CMYK 0.26 0 0.25 0
HSL 121.79º 1% 0.87% -
HSV(B) 121.79º 0.26% 1% -
XYZ 65.79 85.93 61.83 -
YUV 227.56 106.8 99.79 -
System Red Green Blue C M Y K H S L
Decimal 188 255 190 0.26 0 0.25 0 121.79 1 0.87
Hex BC FF BE 1A 0 19 0 7A 64 57
Octal 274 377 276 32 0 31 0 172 144 127
Binary 10111100 11111111 10111110 11010 0 11001 0 1111010 1100100 1010111

Color Harmonies of #BCFFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFBE

Black with #BCFFBE

Text Example


Text Example

White with #BCFFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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