#B3FCBE

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

Shades of Fringy Flower #B3FCBE

Tints of Fringy Flower #B3FCBE

Color information

#B3FCBE (or 0xB3FCBE) is unknown color: approx Fringy Flower. HEX triplet: B3, FC and BE. RGB value is (179,252,190). Sum of RGB (Red+Green+Blue) = 179+252+190=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #B3FCBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FCBE is #4C0341. Grayscale: #DFDFDF. Windows color (decimal): -4981570 or 12516531. OLE color: 12516531.

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

Color convert

RGB179252190-
CMYK0.2900.250.01
HSL129.04º92.41%84.51%-
HSV(B)129.04º28.97%98.82%-
XYZ62.782.9261.42-
YUV223.1109.3296.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.82%
GREEN value IS 252 (98.83% from 255) = 40.58%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=28.82%
G=40.58%
B=30.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792521900.2900.250.01129.0492.4184.51
HexB3FCBE1D0191815c55
Octal263374276350311201134125
Binary1011001111111100101111101110101100111000000110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FCBE; }

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

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

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

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

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

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

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

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