#b3e0ba

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

Shades of Fringy Flower #B3E0BA

Tints of Fringy Flower #B3E0BA

Color information

#B3E0BA (or 0xB3E0BA) is unknown color: approx Fringy Flower. HEX triplet: B3, E0 and BA. RGB value is (179,224,186). Sum of RGB (Red+Green+Blue) = 179+224+186=589 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.39% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #B3E0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E0BA is #4C1F45. Grayscale: #CECECE. Windows color (decimal): -4988742 or 12247219. OLE color: 12247219.

HSL color Cylindrical-coordinate representation of color #B3E0BA: hue angle of 129.33º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3E0BA is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB179224186-
CMYK0.2000.170.12
HSL129.33º42.06%79.02%-
HSV(B)129.33º20.09%87.84%-
XYZ54.1166.4456.43-
YUV206.21116.59108.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.39%
GREEN value IS 224 (87.89% from 255) = 38.03%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=30.39%
G=38.03%
B=31.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1792241860.2000.170.12129.3342.0679.02
HexB3E0BA14011C812a4f
Octal263340272240211420152117
Binary101100111110000010111010101000100011100100000011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3e0ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3e0ba; }

 p { color: rgb(179,224,186); }

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

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

 a { background-color: rgb(179,224,186); }

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

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

 span { border-color: rgb(179,224,186); }

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