#B9E2BA

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

Shades of Fringy Flower #B9E2BA

Tints of Fringy Flower #B9E2BA

Color information

#B9E2BA (or 0xB9E2BA) is unknown color: approx Fringy Flower. HEX triplet: B9, E2 and BA. RGB value is (185,226,186). Sum of RGB (Red+Green+Blue) = 185+226+186=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E2BA is #461D45. Grayscale: #D1D1D1. Windows color (decimal): -4595014 or 12247737. OLE color: 12247737.

HSL color Cylindrical-coordinate representation of color #B9E2BA: hue angle of 121.46º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9E2BA is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB185226186-
CMYK0.1800.180.11
HSL121.46º41.41%80.59%-
HSV(B)121.46º18.14%88.63%-
XYZ56.0768.2556.67-
YUV209.18114.92110.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.99%
GREEN value IS 226 (88.67% from 255) = 37.86%
BLUE value IS 186 (73.05% from 255) = 31.16%
R=30.99%
G=37.86%
B=31.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1852261860.1800.180.11121.4641.4180.59
HexB9E2BA12012B792951
Octal271342272220221317151121
Binary10111001111000101011101010010010010101111110011010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E2BA; }

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

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

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

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

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

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

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

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