Html Css Color HEX #BCFEBC Fringy Flower

📋 copy color: '#BCFEBC'

red 188 ◦ green 254 ◦ blue 188

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

Shades of Fringy Flower #BCFEBC

Tints of Fringy Flower #BCFEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.84%

R = 29.84%
G = 40.32%
B = 29.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#BCFEBC (or 0xBCFEBC) is known color: Fringy Flower. HEX triplet: BC, FE and BC. RGB value is (188,254,188). Sum of RGB (Red+Green+Blue) = 188+254+188=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEBC is #430143. Grayscale: #E2E2E2. Windows color (decimal): -4391236 or 12385980. OLE color: 12385980.

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

Color convert

RGB 188 254 188 -
CMYK 0.26 0 0.26 0.00
HSL 120º 0.97% 0.87% -
HSV(B) 120º 0.26% 1% -
XYZ 65.26 85.21 60.58 -
YUV 226.74 106.13 100.37 -
System Red Green Blue C M Y K H S L
Decimal 188 254 188 0.26 0 0.26 0.00 120 0.97 0.87
Hex BC FE BC 1A 0 1A 0 78 61 57
Octal 274 376 274 32 0 32 0 170 141 127
Binary 10111100 11111110 10111100 11010 0 11010 0 1111000 1100001 1010111

Color Harmonies of #BCFEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEBC

Black with #BCFEBC

Text Example


Text Example

White with #BCFEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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