#B9E4C1

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

Shades of Fringy Flower #B9E4C1

Tints of Fringy Flower #B9E4C1

Color information

#B9E4C1 (or 0xB9E4C1) is unknown color: approx Fringy Flower. HEX triplet: B9, E4 and C1. RGB value is (185,228,193). Sum of RGB (Red+Green+Blue) = 185+228+193=606 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.53% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E4C1 is #461B3E. Grayscale: #D3D3D3. Windows color (decimal): -4594495 or 12707001. OLE color: 12707001.

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

Color convert

RGB185228193-
CMYK0.1900.150.11
HSL131.16º44.33%80.98%-
HSV(B)131.16º18.86%89.41%-
XYZ57.3869.6560.87-
YUV211.15117.75109.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.53%
GREEN value IS 228 (89.45% from 255) = 37.62%
BLUE value IS 193 (75.78% from 255) = 31.85%
R=30.53%
G=37.62%
B=31.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1852281930.1900.150.11131.1644.3380.98
HexB9E4C1130FB832c51
Octal271344301230171320354121
Binary10111001111001001100000110011011111011100000111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E4C1; }

 p { color: rgb(185,228,193); }

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

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

 a { background-color: rgb(185,228,193); }

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

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

 span { border-color: rgb(185,228,193); }

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