#B0EFB9

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

Shades of Fringy Flower #B0EFB9

Tints of Fringy Flower #B0EFB9

Color information

#B0EFB9 (or 0xB0EFB9) is unknown color: approx Fringy Flower. HEX triplet: B0, EF and B9. RGB value is (176,239,185). Sum of RGB (Red+Green+Blue) = 176+239+185=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 239 (93.75% from 255 or 39.83% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFB9 is #4F1046. Grayscale: #D6D6D6. Windows color (decimal): -5181511 or 12185520. OLE color: 12185520.

HSL color Cylindrical-coordinate representation of color #B0EFB9: hue angle of 128.57º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EFB9 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB176239185-
CMYK0.2600.230.06
HSL128.57º66.32%81.37%-
HSV(B)128.57º26.36%93.73%-
XYZ57.5374.4757.24-
YUV214.01111.63100.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.33%
GREEN value IS 239 (93.75% from 255) = 39.83%
BLUE value IS 185 (72.66% from 255) = 30.83%
R=29.33%
G=39.83%
B=30.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762391850.2600.230.06128.5766.3281.37
HexB0EFB91A0176814251
Octal260357271320276201102121
Binary101100001110111110111001110100101111101000000110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EFB9; }

 p { color: rgb(176,239,185); }

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

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

 a { background-color: rgb(176,239,185); }

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

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

 span { border-color: rgb(176,239,185); }

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