#B3FCBB

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

Shades of Fringy Flower #B3FCBB

Tints of Fringy Flower #B3FCBB

Color information

#B3FCBB (or 0xB3FCBB) is unknown color: approx Fringy Flower. HEX triplet: B3, FC and BB. RGB value is (179,252,187). Sum of RGB (Red+Green+Blue) = 179+252+187=618 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.96% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #B3FCBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FCBB is #4C0344. Grayscale: #DEDEDE. Windows color (decimal): -4981573 or 12319923. OLE color: 12319923.

HSL color Cylindrical-coordinate representation of color #B3FCBB: hue angle of 126.58º degrees, saturation: 0.92, 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 #B3FCBB is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB179252187-
CMYK0.2900.260.01
HSL126.58º92.41%84.51%-
HSV(B)126.58º28.97%98.82%-
XYZ62.3782.7959.71-
YUV222.76107.8296.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.96%
GREEN value IS 252 (98.83% from 255) = 40.78%
BLUE value IS 187 (73.44% from 255) = 30.26%
R=28.96%
G=40.78%
B=30.26%

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
Decimal1792521870.2900.260.01126.5892.4184.51
HexB3FCBB1D01A17f5c55
Octal263374273350321177134125
Binary101100111111110010111011111010110101111111110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FCBB; }

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

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

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

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

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

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

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

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