Html Css Color HEX #BCFEBA Fringy Flower

📋 copy color: '#BCFEBA'

red 188 ◦ green 254 ◦ blue 186

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

Shades of Fringy Flower #BCFEBA

Tints of Fringy Flower #BCFEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.62%

R = 29.94%
G = 40.45%
B = 29.62%

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

#BCFEBA (or 0xBCFEBA) is known color: Fringy Flower. HEX triplet: BC, FE and BA. RGB value is (188,254,186). Sum of RGB (Red+Green+Blue) = 188+254+186=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEBA is #430145. Grayscale: #E2E2E2. Windows color (decimal): -4391238 or 12254908. OLE color: 12254908.

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

Color convert

RGB 188 254 186 -
CMYK 0.26 0 0.27 0.00
HSL 118.24º 0.97% 0.86% -
HSV(B) 118.24º 0.27% 1% -
XYZ 65.04 85.12 59.46 -
YUV 226.51 105.13 100.53 -
System Red Green Blue C M Y K H S L
Decimal 188 254 186 0.26 0 0.27 0.00 118.24 0.97 0.86
Hex BC FE BA 1A 0 1B 0 76 61 56
Octal 274 376 272 32 0 33 0 166 141 126
Binary 10111100 11111110 10111010 11010 0 11011 0 1110110 1100001 1010110

Color Harmonies of #BCFEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEBA

Black with #BCFEBA

Text Example


Text Example

White with #BCFEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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