#B9EAC4

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

Shades of Fringy Flower #B9EAC4

Tints of Fringy Flower #B9EAC4

Color information

#B9EAC4 (or 0xB9EAC4) is unknown color: approx Fringy Flower. HEX triplet: B9, EA and C4. RGB value is (185,234,196). Sum of RGB (Red+Green+Blue) = 185+234+196=615 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.08% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EAC4 is #46153B. Grayscale: #D7D7D7. Windows color (decimal): -4592956 or 12905145. OLE color: 12905145.

HSL color Cylindrical-coordinate representation of color #B9EAC4: hue angle of 133.47º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9EAC4 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB185234196-
CMYK0.2100.160.08
HSL133.47º53.85%82.16%-
HSV(B)133.47º20.94%91.76%-
XYZ59.3973.1563.21-
YUV215.02117.27106.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.08%
GREEN value IS 234 (91.80% from 255) = 38.05%
BLUE value IS 196 (76.95% from 255) = 31.87%
R=30.08%
G=38.05%
B=31.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852341960.2100.160.08133.4753.8582.16
HexB9EAC4150108853652
Octal271352304250201020566122
Binary101110011110101011000100101010100001000100001011101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EAC4; }

 p { color: rgb(185,234,196); }

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

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

 a { background-color: rgb(185,234,196); }

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

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

 span { border-color: rgb(185,234,196); }

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