#B4EFC2

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

Shades of Fringy Flower #B4EFC2

Tints of Fringy Flower #B4EFC2

Color information

#B4EFC2 (or 0xB4EFC2) is unknown color: approx Fringy Flower. HEX triplet: B4, EF and C2. RGB value is (180,239,194). Sum of RGB (Red+Green+Blue) = 180+239+194=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFC2 is #4B103D. Grayscale: #D8D8D8. Windows color (decimal): -4919358 or 12775348. OLE color: 12775348.

HSL color Cylindrical-coordinate representation of color #B4EFC2: hue angle of 134.24º 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 #B4EFC2 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB180239194-
CMYK0.2500.190.06
HSL134.24º64.84%82.16%-
HSV(B)134.24º24.69%93.73%-
XYZ59.4375.3362.45-
YUV216.23115.45102.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.36%
GREEN value IS 239 (93.75% from 255) = 38.99%
BLUE value IS 194 (76.17% from 255) = 31.65%
R=29.36%
G=38.99%
B=31.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802391940.2500.190.06134.2464.8482.16
HexB4EFC2190136864152
Octal264357302310236206101122
Binary101101001110111111000010110010100111101000011010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EFC2; }

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

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

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

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

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

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

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

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