Html Css Color HEX #BCFEBD Fringy Flower

📋 copy color: '#BCFEBD'

red 188 ◦ green 254 ◦ blue 189

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

Shades of Fringy Flower #BCFEBD

Tints of Fringy Flower #BCFEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.95%

R = 29.79%
G = 40.25%
B = 29.95%

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

#BCFEBD (or 0xBCFEBD) is known color: Fringy Flower. HEX triplet: BC, FE and BD. RGB value is (188,254,189). Sum of RGB (Red+Green+Blue) = 188+254+189=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEBD is #430142. Grayscale: #E3E3E3. Windows color (decimal): -4391235 or 12451516. OLE color: 12451516.

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

Color convert

RGB 188 254 189 -
CMYK 0.26 0 0.26 0.00
HSL 120.91º 0.97% 0.87% -
HSV(B) 120.91º 0.26% 1% -
XYZ 65.37 85.25 61.15 -
YUV 226.86 106.63 100.29 -
System Red Green Blue C M Y K H S L
Decimal 188 254 189 0.26 0 0.26 0.00 120.91 0.97 0.87
Hex BC FE BD 1A 0 1A 0 79 61 57
Octal 274 376 275 32 0 32 0 171 141 127
Binary 10111100 11111110 10111101 11010 0 11010 0 1111001 1100001 1010111

Color Harmonies of #BCFEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEBD

Black with #BCFEBD

Text Example


Text Example

White with #BCFEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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