#B0F4C2

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

Shades of Fringy Flower #B0F4C2

Tints of Fringy Flower #B0F4C2

Color information

#B0F4C2 (or 0xB0F4C2) is unknown color: approx Fringy Flower. HEX triplet: B0, F4 and C2. RGB value is (176,244,194). Sum of RGB (Red+Green+Blue) = 176+244+194=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 244 (95.70% from 255 or 39.74% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F4C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F4C2 is #4F0B3D. Grayscale: #DADADA. Windows color (decimal): -5180222 or 12776624. OLE color: 12776624.

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

Color convert

RGB176244194-
CMYK0.2800.200.04
HSL135.88º75.56%82.35%-
HSV(B)135.88º27.87%95.69%-
XYZ59.9977.8362.9-
YUV217.97114.4798.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.66%
GREEN value IS 244 (95.70% from 255) = 39.74%
BLUE value IS 194 (76.17% from 255) = 31.60%
R=28.66%
G=39.74%
B=31.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762441940.2800.200.04135.8875.5682.35
HexB0F4C21C0144884c52
Octal260364302340244210114122
Binary101100001111010011000010111000101001001000100010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F4C2; }

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

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

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

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

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

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

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

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