#B4EFC5

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

Shades of Fringy Flower #B4EFC5

Tints of Fringy Flower #B4EFC5

Color information

#B4EFC5 (or 0xB4EFC5) is unknown color: approx Fringy Flower. HEX triplet: B4, EF and C5. RGB value is (180,239,197). Sum of RGB (Red+Green+Blue) = 180+239+197=616 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.22% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFC5 is #4B103A. Grayscale: #D8D8D8. Windows color (decimal): -4919355 or 12971956. OLE color: 12971956.

HSL color Cylindrical-coordinate representation of color #B4EFC5: hue angle of 137.29º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4EFC5 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB180239197-
CMYK0.2500.180.06
HSL137.29º64.84%82.16%-
HSV(B)137.29º24.69%93.73%-
XYZ59.7775.4764.24-
YUV216.57116.95101.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.22%
GREEN value IS 239 (93.75% from 255) = 38.80%
BLUE value IS 197 (77.34% from 255) = 31.98%
R=29.22%
G=38.80%
B=31.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802391970.2500.180.06137.2964.8482.16
HexB4EFC5190126894152
Octal264357305310226211101122
Binary101101001110111111000101110010100101101000100110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EFC5; }

 p { color: rgb(180,239,197); }

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

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

 a { background-color: rgb(180,239,197); }

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

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

 span { border-color: rgb(180,239,197); }

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