#B7EAC4

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

Shades of Fringy Flower #B7EAC4

Tints of Fringy Flower #B7EAC4

Color information

#B7EAC4 (or 0xB7EAC4) is unknown color: approx Fringy Flower. HEX triplet: B7, EA and C4. RGB value is (183,234,196). Sum of RGB (Red+Green+Blue) = 183+234+196=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #B7EAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EAC4 is #48153B. Grayscale: #D6D6D6. Windows color (decimal): -4724028 or 12905143. OLE color: 12905143.

HSL color Cylindrical-coordinate representation of color #B7EAC4: hue angle of 135.29º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7EAC4 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB183234196-
CMYK0.2200.160.08
HSL135.29º54.84%81.76%-
HSV(B)135.29º21.79%91.76%-
XYZ58.9272.963.19-
YUV214.42117.6105.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.85%
GREEN value IS 234 (91.80% from 255) = 38.17%
BLUE value IS 196 (76.95% from 255) = 31.97%
R=29.85%
G=38.17%
B=31.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832341960.2200.160.08135.2954.8481.76
HexB7EAC4160108873752
Octal267352304260201020767122
Binary101101111110101011000100101100100001000100001111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7EAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7EAC4; }

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

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

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

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

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

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

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

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