#B9FDBE

Color #B9FDBE Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B9FDBE

Tints of Fringy Flower #B9FDBE

Color information

#B9FDBE (or 0xB9FDBE) is unknown color: approx Fringy Flower. HEX triplet: B9, FD and BE. RGB value is (185,253,190). Sum of RGB (Red+Green+Blue) = 185+253+190=628 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.46% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FDBE is #460241. Grayscale: #E1E1E1. Windows color (decimal): -4588098 or 12516793. OLE color: 12516793.

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

Color convert

RGB185253190-
CMYK0.2700.250.01
HSL124.41º94.44%85.88%-
HSV(B)124.41º26.88%99.22%-
XYZ64.4384.2861.59-
YUV225.49107.9799.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.46%
GREEN value IS 253 (99.22% from 255) = 40.29%
BLUE value IS 190 (74.61% from 255) = 30.25%
R=29.46%
G=40.29%
B=30.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852531900.2700.250.01124.4194.4485.88
HexB9FDBE1B01917c5e56
Octal271375276330311174136126
Binary101110011111110110111110110110110011111110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FDBE; }

 p { color: rgb(185,253,190); }

 H1.HeaderClassName
 {
   color: #B9FDBE;
 }
 .AnyTagClassName
 {
   color: #B9FDBE;
 }
</style>
background-color css

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

 a { background-color: rgb(185,253,190); }

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

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

 span { border-color: rgb(185,253,190); }

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