#B3EAC4

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

Shades of Fringy Flower #B3EAC4

Tints of Fringy Flower #B3EAC4

Color information

#B3EAC4 (or 0xB3EAC4) is unknown color: approx Fringy Flower. HEX triplet: B3, EA and C4. RGB value is (179,234,196). Sum of RGB (Red+Green+Blue) = 179+234+196=609 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.39% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #B3EAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EAC4 is #4C153B. Grayscale: #D5D5D5. Windows color (decimal): -4986172 or 12905139. OLE color: 12905139.

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

Color convert

RGB179234196-
CMYK0.2400.160.08
HSL138.55º56.7%80.98%-
HSV(B)138.55º23.5%91.76%-
XYZ57.9872.4163.15-
YUV213.22118.28103.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.39%
GREEN value IS 234 (91.80% from 255) = 38.42%
BLUE value IS 196 (76.95% from 255) = 32.18%
R=29.39%
G=38.42%
B=32.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792341960.2400.160.08138.5556.780.98
HexB3EAC41801088b3951
Octal263352304300201021371121
Binary101100111110101011000100110000100001000100010111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EAC4; }

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

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

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

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

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

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

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

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