#B9DDBE

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

Shades of Fringy Flower #B9DDBE

Tints of Fringy Flower #B9DDBE

Color information

#B9DDBE (or 0xB9DDBE) is unknown color: approx Fringy Flower. HEX triplet: B9, DD and BE. RGB value is (185,221,190). Sum of RGB (Red+Green+Blue) = 185+221+190=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDBE is #462241. Grayscale: #CECECE. Windows color (decimal): -4596290 or 12508601. OLE color: 12508601.

HSL color Cylindrical-coordinate representation of color #B9DDBE: hue angle of 128.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DDBE is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB185221190-
CMYK0.1600.140.13
HSL128.33º34.62%79.61%-
HSV(B)128.33º16.29%86.67%-
XYZ55.1665.7458.5-
YUV206.7118.57112.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.04%
GREEN value IS 221 (86.72% from 255) = 37.08%
BLUE value IS 190 (74.61% from 255) = 31.88%
R=31.04%
G=37.08%
B=31.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1852211900.1600.140.13128.3334.6279.61
HexB9DDBE100ED802350
Octal271335276200161520043120
Binary10111001110111011011111010000011101101100000001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DDBE; }

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

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

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

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

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

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

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

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