#B0FAC4

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

Shades of Fringy Flower #B0FAC4

Tints of Fringy Flower #B0FAC4

Color information

#B0FAC4 (or 0xB0FAC4) is unknown color: approx Fringy Flower. HEX triplet: B0, FA and C4. RGB value is (176,250,196). Sum of RGB (Red+Green+Blue) = 176+250+196=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FAC4 is #4F053B. Grayscale: #DDDDDD. Windows color (decimal): -5178684 or 12909232. OLE color: 12909232.

HSL color Cylindrical-coordinate representation of color #B0FAC4: hue angle of 136.22º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FAC4 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB176250196-
CMYK0.3000.220.02
HSL136.22º88.1%83.53%-
HSV(B)136.22º29.6%98.04%-
XYZ62.0581.5964.7-
YUV221.72113.4895.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.30%
GREEN value IS 250 (98.05% from 255) = 40.19%
BLUE value IS 196 (76.95% from 255) = 31.51%
R=28.30%
G=40.19%
B=31.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762501960.3000.220.02136.2288.183.53
HexB0FAC41E0162885854
Octal260372304360262210130124
Binary10110000111110101100010011110010110101000100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FAC4; }

 p { color: rgb(176,250,196); }

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

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

 a { background-color: rgb(176,250,196); }

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

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

 span { border-color: rgb(176,250,196); }

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