Html Css Color HEX #BCFFBA Fringy Flower

📋 copy color: '#BCFFBA'

red 188 ◦ green 255 ◦ blue 186

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

Shades of Fringy Flower #BCFFBA

Tints of Fringy Flower #BCFFBA

RGB

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

 GREEN value IS 255 (100% from 255) = 40.54%

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

R = 29.89%
G = 40.54%
B = 29.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#BCFFBA (or 0xBCFFBA) is known color: Fringy Flower. HEX triplet: BC, FF and BA. RGB value is (188,255,186). Sum of RGB (Red+Green+Blue) = 188+255+186=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFBA is #430045. Grayscale: #E3E3E3. Windows color (decimal): -4390982 or 12255164. OLE color: 12255164.

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

Color convert

RGB 188 255 186 -
CMYK 0.26 0 0.27 0
HSL 118.26º 1% 0.86% -
HSV(B) 118.26º 0.27% 1% -
XYZ 65.36 85.76 59.56 -
YUV 227.1 104.8 100.11 -
System Red Green Blue C M Y K H S L
Decimal 188 255 186 0.26 0 0.27 0 118.26 1 0.86
Hex BC FF BA 1A 0 1B 0 76 64 56
Octal 274 377 272 32 0 33 0 166 144 126
Binary 10111100 11111111 10111010 11010 0 11011 0 1110110 1100100 1010110

Color Harmonies of #BCFFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFBA

Black with #BCFFBA

Text Example


Text Example

White with #BCFFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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