Html Css Color HEX #BCFEB9 Fringy Flower

📋 copy color: '#BCFEB9'

red 188 ◦ green 254 ◦ blue 185

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

Shades of Fringy Flower #BCFEB9

Tints of Fringy Flower #BCFEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.51%

R = 29.98%
G = 40.51%
B = 29.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#BCFEB9 (or 0xBCFEB9) is known color: Fringy Flower. HEX triplet: BC, FE and B9. RGB value is (188,254,185). Sum of RGB (Red+Green+Blue) = 188+254+185=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEB9 is #430146. Grayscale: #E2E2E2. Windows color (decimal): -4391239 or 12189372. OLE color: 12189372.

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

Color convert

RGB 188 254 185 -
CMYK 0.26 0 0.27 0.00
HSL 117.39º 0.97% 0.86% -
HSV(B) 117.39º 0.27% 1% -
XYZ 64.94 85.08 58.9 -
YUV 226.4 104.63 100.61 -
System Red Green Blue C M Y K H S L
Decimal 188 254 185 0.26 0 0.27 0.00 117.39 0.97 0.86
Hex BC FE B9 1A 0 1B 0 75 61 56
Octal 274 376 271 32 0 33 0 165 141 126
Binary 10111100 11111110 10111001 11010 0 11011 0 1110101 1100001 1010110

Color Harmonies of #BCFEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEB9

Black with #BCFEB9

Text Example


Text Example

White with #BCFEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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