#B3EABF

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

Shades of Fringy Flower #B3EABF

Tints of Fringy Flower #B3EABF

Color information

#B3EABF (or 0xB3EABF) is unknown color: approx Fringy Flower. HEX triplet: B3, EA and BF. RGB value is (179,234,191). Sum of RGB (Red+Green+Blue) = 179+234+191=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #B3EABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EABF is #4C1540. Grayscale: #D4D4D4. Windows color (decimal): -4986177 or 12577459. OLE color: 12577459.

HSL color Cylindrical-coordinate representation of color #B3EABF: hue angle of 133.09º degrees, saturation: 0.57, 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 #B3EABF is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB179234191-
CMYK0.2400.180.08
HSL133.09º56.7%80.98%-
HSV(B)133.09º23.5%91.76%-
XYZ57.4272.1960.2-
YUV212.65115.78104-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.64%
GREEN value IS 234 (91.80% from 255) = 38.74%
BLUE value IS 191 (75% from 255) = 31.62%
R=29.64%
G=38.74%
B=31.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792341910.2400.180.08133.0956.780.98
HexB3EABF180128853951
Octal263352277300221020571121
Binary101100111110101010111111110000100101000100001011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EABF; }

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

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

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

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

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

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

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

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