#B3F9BF

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

Shades of Fringy Flower #B3F9BF

Tints of Fringy Flower #B3F9BF

Color information

#B3F9BF (or 0xB3F9BF) is unknown color: approx Fringy Flower. HEX triplet: B3, F9 and BF. RGB value is (179,249,191). Sum of RGB (Red+Green+Blue) = 179+249+191=619 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.92% from 619); Green value is 249 (97.66% from 255 or 40.23% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F9BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F9BF is #4C0640. Grayscale: #DDDDDD. Windows color (decimal): -4982337 or 12581299. OLE color: 12581299.

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

Color convert

RGB179249191-
CMYK0.2800.230.02
HSL130.29º85.37%83.92%-
HSV(B)130.29º28.11%97.65%-
XYZ61.8781.161.68-
YUV221.46110.8197.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.92%
GREEN value IS 249 (97.66% from 255) = 40.23%
BLUE value IS 191 (75% from 255) = 30.86%
R=28.92%
G=40.23%
B=30.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792491910.2800.230.02130.2985.3783.92
HexB3F9BF1C0172825554
Octal263371277340272202125124
Binary10110011111110011011111111100010111101000001010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F9BF; }

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

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

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

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

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

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

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

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