#B0F4C1

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

Shades of Fringy Flower #B0F4C1

Tints of Fringy Flower #B0F4C1

Color information

#B0F4C1 (or 0xB0F4C1) is unknown color: approx Fringy Flower. HEX triplet: B0, F4 and C1. RGB value is (176,244,193). Sum of RGB (Red+Green+Blue) = 176+244+193=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 244 (95.70% from 255 or 39.80% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F4C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F4C1 is #4F0B3E. Grayscale: #D9D9D9. Windows color (decimal): -5180223 or 12711088. OLE color: 12711088.

HSL color Cylindrical-coordinate representation of color #B0F4C1: hue angle of 135º 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 #B0F4C1 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB176244193-
CMYK0.2800.210.04
HSL135º75.56%82.35%-
HSV(B)135º27.87%95.69%-
XYZ59.8877.7862.31-
YUV217.85113.9798.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.71%
GREEN value IS 244 (95.70% from 255) = 39.80%
BLUE value IS 193 (75.78% from 255) = 31.48%
R=28.71%
G=39.80%
B=31.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762441930.2800.210.0413575.5682.35
HexB0F4C11C0154874c52
Octal260364301340254207114122
Binary101100001111010011000001111000101011001000011110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F4C1; }

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

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

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

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

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

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

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

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