#B0F4BB

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

Shades of Fringy Flower #B0F4BB

Tints of Fringy Flower #B0F4BB

Color information

#B0F4BB (or 0xB0F4BB) is unknown color: approx Fringy Flower. HEX triplet: B0, F4 and BB. RGB value is (176,244,187). Sum of RGB (Red+Green+Blue) = 176+244+187=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F4BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F4BB is #4F0B44. Grayscale: #D9D9D9. Windows color (decimal): -5180229 or 12317872. OLE color: 12317872.

HSL color Cylindrical-coordinate representation of color #B0F4BB: hue angle of 129.71º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F4BB is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB176244187-
CMYK0.2800.230.04
HSL129.71º75.56%82.35%-
HSV(B)129.71º27.87%95.69%-
XYZ59.2277.5258.85-
YUV217.17110.9798.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.00%
GREEN value IS 244 (95.70% from 255) = 40.20%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=29.00%
G=40.20%
B=30.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762441870.2800.230.04129.7175.5682.35
HexB0F4BB1C0174824c52
Octal260364273340274202114122
Binary101100001111010010111011111000101111001000001010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F4BB; }

 p { color: rgb(176,244,187); }

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

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

 a { background-color: rgb(176,244,187); }

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

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

 span { border-color: rgb(176,244,187); }

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