#B3EBBF

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

Shades of Fringy Flower #B3EBBF

Tints of Fringy Flower #B3EBBF

Color information

#B3EBBF (or 0xB3EBBF) is unknown color: approx Fringy Flower. HEX triplet: B3, EB and BF. RGB value is (179,235,191). Sum of RGB (Red+Green+Blue) = 179+235+191=605 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.59% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #B3EBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EBBF is #4C1440. Grayscale: #D5D5D5. Windows color (decimal): -4985921 or 12577715. OLE color: 12577715.

HSL color Cylindrical-coordinate representation of color #B3EBBF: hue angle of 132.86º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EBBF is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB179235191-
CMYK0.2400.190.08
HSL132.86º58.33%81.18%-
HSV(B)132.86º23.83%92.16%-
XYZ57.772.7660.29-
YUV213.24115.45103.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.59%
GREEN value IS 235 (92.19% from 255) = 38.84%
BLUE value IS 191 (75% from 255) = 31.57%
R=29.59%
G=38.84%
B=31.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792351910.2400.190.08132.8658.3381.18
HexB3EBBF180138853a51
Octal263353277300231020572121
Binary101100111110101110111111110000100111000100001011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EBBF; }

 p { color: rgb(179,235,191); }

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

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

 a { background-color: rgb(179,235,191); }

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

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

 span { border-color: rgb(179,235,191); }

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