Html Css Color HEX #B9FFBC Fringy Flower

📋 copy color: '#B9FFBC'

red 185 ◦ green 255 ◦ blue 188

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

Shades of Fringy Flower #B9FFBC

Tints of Fringy Flower #B9FFBC

RGB

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

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

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

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

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 185 255 188 -
CMYK 0.27 0 0.26 0
HSL 122.57º 1% 0.86% -
HSV(B) 122.57º 0.27% 1% -
XYZ 64.84 85.47 60.66 -
YUV 226.43 106.31 98.45 -
System Red Green Blue C M Y K H S L
Decimal 185 255 188 0.27 0 0.26 0 122.57 1 0.86
Hex B9 FF BC 1B 0 1A 0 7B 64 56
Octal 271 377 274 33 0 32 0 173 144 126
Binary 10111001 11111111 10111100 11011 0 11010 0 1111011 1100100 1010110

Color Harmonies of #B9FFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FFBC

Black with #B9FFBC

Text Example


Text Example

White with #B9FFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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