#B0FAC1

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

Shades of Fringy Flower #B0FAC1

Tints of Fringy Flower #B0FAC1

Color information

#B0FAC1 (or 0xB0FAC1) is unknown color: approx Fringy Flower. HEX triplet: B0, FA and C1. RGB value is (176,250,193). Sum of RGB (Red+Green+Blue) = 176+250+193=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FAC1 is #4F053E. Grayscale: #DDDDDD. Windows color (decimal): -5178687 or 12712624. OLE color: 12712624.

HSL color Cylindrical-coordinate representation of color #B0FAC1: hue angle of 133.78º 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 #B0FAC1 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB176250193-
CMYK0.3000.230.02
HSL133.78º88.1%83.53%-
HSV(B)133.78º29.6%98.04%-
XYZ61.7281.4562.92-
YUV221.38111.9895.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.43%
GREEN value IS 250 (98.05% from 255) = 40.39%
BLUE value IS 193 (75.78% from 255) = 31.18%
R=28.43%
G=40.39%
B=31.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762501930.3000.230.02133.7888.183.53
HexB0FAC11E0172865854
Octal260372301360272206130124
Binary10110000111110101100000111110010111101000011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FAC1; }

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

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

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

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

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

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

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

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