Html Css Color HEX #BCFCBE Fringy Flower

📋 copy color: '#BCFCBE'

red 188 ◦ green 252 ◦ blue 190

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

Shades of Fringy Flower #BCFCBE

Tints of Fringy Flower #BCFCBE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40%

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

R = 29.84%
G = 40%
B = 30.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#BCFCBE (or 0xBCFCBE) is known color: Fringy Flower. HEX triplet: BC, FC and BE. RGB value is (188,252,190). Sum of RGB (Red+Green+Blue) = 188+252+190=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCBE is #430341. Grayscale: #E1E1E1. Windows color (decimal): -4391746 or 12516540. OLE color: 12516540.

HSL color Cylindrical-coordinate representation of color #BCFCBE: hue angle of 121.88º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFCBE is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 190 -
CMYK 0.25 0 0.25 0.01
HSL 121.88º 0.91% 0.86% -
HSV(B) 121.88º 0.25% 0.99% -
XYZ 64.84 84.03 61.52 -
YUV 225.8 107.8 101.04 -
System Red Green Blue C M Y K H S L
Decimal 188 252 190 0.25 0 0.25 0.01 121.88 0.91 0.86
Hex BC FC BE 19 0 19 1 7A 5B 56
Octal 274 374 276 31 0 31 1 172 133 126
Binary 10111100 11111100 10111110 11001 0 11001 1 1111010 1011011 1010110

Color Harmonies of #BCFCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCBE

Black with #BCFCBE

Text Example


Text Example

White with #BCFCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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