Html Css Color HEX #BCFFB9 Fringy Flower

📋 copy color: '#BCFFB9'

red 188 ◦ green 255 ◦ blue 185

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

Shades of Fringy Flower #BCFFB9

Tints of Fringy Flower #BCFFB9

RGB

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

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

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

R = 29.94%
G = 40.61%
B = 29.46%

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

#BCFFB9 (or 0xBCFFB9) is known color: Fringy Flower. HEX triplet: BC, FF and B9. RGB value is (188,255,185). Sum of RGB (Red+Green+Blue) = 188+255+185=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFB9 is #430046. Grayscale: #E3E3E3. Windows color (decimal): -4390983 or 12189628. OLE color: 12189628.

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

Color convert

RGB 188 255 185 -
CMYK 0.26 0 0.27 0
HSL 117.43º 1% 0.86% -
HSV(B) 117.43º 0.27% 1% -
XYZ 65.26 85.71 59 -
YUV 226.99 104.3 100.19 -
System Red Green Blue C M Y K H S L
Decimal 188 255 185 0.26 0 0.27 0 117.43 1 0.86
Hex BC FF B9 1A 0 1B 0 75 64 56
Octal 274 377 271 32 0 33 0 165 144 126
Binary 10111100 11111111 10111001 11010 0 11011 0 1110101 1100100 1010110

Color Harmonies of #BCFFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFB9

Black with #BCFFB9

Text Example


Text Example

White with #BCFFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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