#b0f3be

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

Shades of Fringy Flower #B0F3BE

Tints of Fringy Flower #B0F3BE

Color information

#B0F3BE (or 0xB0F3BE) is unknown color: approx Fringy Flower. HEX triplet: B0, F3 and BE. RGB value is (176,243,190). Sum of RGB (Red+Green+Blue) = 176+243+190=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 243 (95.31% from 255 or 39.90% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F3BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F3BE is #4F0C41. Grayscale: #D9D9D9. Windows color (decimal): -5180482 or 12514224. OLE color: 12514224.

HSL color Cylindrical-coordinate representation of color #B0F3BE: hue angle of 132.54º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F3BE is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB176243190-
CMYK0.2800.220.05
HSL132.54º73.63%82.16%-
HSV(B)132.54º27.57%95.29%-
XYZ59.2577.0560.46-
YUV216.92112.898.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.90%
GREEN value IS 243 (95.31% from 255) = 39.90%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=28.90%
G=39.90%
B=31.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762431900.2800.220.05132.5473.6382.16
HexB0F3BE1C0165854a52
Octal260363276340265205112122
Binary101100001111001110111110111000101101011000010110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0f3be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0f3be; }

 p { color: rgb(176,243,190); }

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

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

 a { background-color: rgb(176,243,190); }

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

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

 span { border-color: rgb(176,243,190); }

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