#B3F9BA

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

Shades of Fringy Flower #B3F9BA

Tints of Fringy Flower #B3F9BA

Color information

#B3F9BA (or 0xB3F9BA) is unknown color: approx Fringy Flower. HEX triplet: B3, F9 and BA. RGB value is (179,249,186). Sum of RGB (Red+Green+Blue) = 179+249+186=614 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.15% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F9BA is #4C0645. Grayscale: #DDDDDD. Windows color (decimal): -4982342 or 12253619. OLE color: 12253619.

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

Color convert

RGB179249186-
CMYK0.2800.250.02
HSL126º85.37%83.92%-
HSV(B)126º28.11%97.65%-
XYZ61.3380.8858.83-
YUV220.89108.3198.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.15%
GREEN value IS 249 (97.66% from 255) = 40.55%
BLUE value IS 186 (73.05% from 255) = 30.29%
R=29.15%
G=40.55%
B=30.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792491860.2800.250.0212685.3783.92
HexB3F9BA1C01927e5554
Octal263371272340312176125124
Binary1011001111111001101110101110001100110111111010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F9BA; }

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

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

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

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

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

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

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

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