#B3F9C2

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

Shades of Fringy Flower #B3F9C2

Tints of Fringy Flower #B3F9C2

Color information

#B3F9C2 (or 0xB3F9C2) is unknown color: approx Fringy Flower. HEX triplet: B3, F9 and C2. RGB value is (179,249,194). Sum of RGB (Red+Green+Blue) = 179+249+194=622 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.78% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F9C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F9C2 is #4C063D. Grayscale: #DDDDDD. Windows color (decimal): -4982334 or 12777907. OLE color: 12777907.

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

Color convert

RGB179249194-
CMYK0.2800.220.02
HSL132.86º85.37%83.92%-
HSV(B)132.86º28.11%97.65%-
XYZ62.281.2363.44-
YUV221.8112.3197.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.78%
GREEN value IS 249 (97.66% from 255) = 40.03%
BLUE value IS 194 (76.17% from 255) = 31.19%
R=28.78%
G=40.03%
B=31.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792491940.2800.220.02132.8685.3783.92
HexB3F9C21C0162855554
Octal263371302340262205125124
Binary10110011111110011100001011100010110101000010110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F9C2; }

 p { color: rgb(179,249,194); }

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

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

 a { background-color: rgb(179,249,194); }

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

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

 span { border-color: rgb(179,249,194); }

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