#B3FABD

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

Shades of Fringy Flower #B3FABD

Tints of Fringy Flower #B3FABD

Color information

#B3FABD (or 0xB3FABD) is unknown color: approx Fringy Flower. HEX triplet: B3, FA and BD. RGB value is (179,250,189). Sum of RGB (Red+Green+Blue) = 179+250+189=618 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.96% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FABD is #4C0542. Grayscale: #DDDDDD. Windows color (decimal): -4982083 or 12450483. OLE color: 12450483.

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

Color convert

RGB179250189-
CMYK0.2800.240.02
HSL128.45º87.65%84.12%-
HSV(B)128.45º28.4%98.04%-
XYZ61.9681.6360.63-
YUV221.82109.4897.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.96%
GREEN value IS 250 (98.05% from 255) = 40.45%
BLUE value IS 189 (74.22% from 255) = 30.58%
R=28.96%
G=40.45%
B=30.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792501890.2800.240.02128.4587.6584.12
HexB3FABD1C0182805854
Octal263372275340302200130124
Binary10110011111110101011110111100011000101000000010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FABD; }

 p { color: rgb(179,250,189); }

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

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

 a { background-color: rgb(179,250,189); }

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

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

 span { border-color: rgb(179,250,189); }

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