#B3FDBB

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

Shades of Fringy Flower #B3FDBB

Tints of Fringy Flower #B3FDBB

Color information

#B3FDBB (or 0xB3FDBB) is unknown color: approx Fringy Flower. HEX triplet: B3, FD and BB. RGB value is (179,253,187). Sum of RGB (Red+Green+Blue) = 179+253+187=619 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.92% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FDBB is #4C0244. Grayscale: #DFDFDF. Windows color (decimal): -4981317 or 12320179. OLE color: 12320179.

HSL color Cylindrical-coordinate representation of color #B3FDBB: hue angle of 126.49º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FDBB is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB179253187-
CMYK0.2900.260.01
HSL126.49º94.87%84.71%-
HSV(B)126.49º29.25%99.22%-
XYZ62.6983.4259.81-
YUV223.35107.4896.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.92%
GREEN value IS 253 (99.22% from 255) = 40.87%
BLUE value IS 187 (73.44% from 255) = 30.21%
R=28.92%
G=40.87%
B=30.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792531870.2900.260.01126.4994.8784.71
HexB3FDBB1D01A17e5f55
Octal263375273350321176137125
Binary101100111111110110111011111010110101111111010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FDBB; }

 p { color: rgb(179,253,187); }

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

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

 a { background-color: rgb(179,253,187); }

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

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

 span { border-color: rgb(179,253,187); }

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