Html Css Color HEX #B9FFBA Fringy Flower

📋 copy color: '#B9FFBA'

red 185 ◦ green 255 ◦ blue 186

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

Shades of Fringy Flower #B9FFBA

Tints of Fringy Flower #B9FFBA

RGB

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

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

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

R = 29.55%
G = 40.73%
B = 29.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#B9FFBA (or 0xB9FFBA) is known color: Fringy Flower. HEX triplet: B9, FF and BA. RGB value is (185,255,186). Sum of RGB (Red+Green+Blue) = 185+255+186=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFBA is #460045. Grayscale: #E2E2E2. Windows color (decimal): -4587590 or 12255161. OLE color: 12255161.

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

Color convert

RGB 185 255 186 -
CMYK 0.27 0 0.27 0
HSL 120.86º 1% 0.86% -
HSV(B) 120.86º 0.27% 1% -
XYZ 64.63 85.38 59.53 -
YUV 226.2 105.31 98.61 -
System Red Green Blue C M Y K H S L
Decimal 185 255 186 0.27 0 0.27 0 120.86 1 0.86
Hex B9 FF BA 1B 0 1B 0 79 64 56
Octal 271 377 272 33 0 33 0 171 144 126
Binary 10111001 11111111 10111010 11011 0 11011 0 1111001 1100100 1010110

Color Harmonies of #B9FFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FFBA

Black with #B9FFBA

Text Example


Text Example

White with #B9FFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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