#B2EFB8

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

Shades of Fringy Flower #B2EFB8

Tints of Fringy Flower #B2EFB8

Color information

#B2EFB8 (or 0xB2EFB8) is unknown color: approx Fringy Flower. HEX triplet: B2, EF and B8. RGB value is (178,239,184). Sum of RGB (Red+Green+Blue) = 178+239+184=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 184 (72.27% from 255 or 30.62% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFB8 is #4D1047. Grayscale: #D6D6D6. Windows color (decimal): -5050440 or 12119986. OLE color: 12119986.

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

Color convert

RGB178239184-
CMYK0.2600.230.06
HSL125.9º65.59%81.76%-
HSV(B)125.9º25.52%93.73%-
XYZ57.8874.6656.71-
YUV214.49110.79101.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.62%
GREEN value IS 239 (93.75% from 255) = 39.77%
BLUE value IS 184 (72.27% from 255) = 30.62%
R=29.62%
G=39.77%
B=30.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782391840.2600.230.06125.965.5981.76
HexB2EFB81A01767e4252
Octal262357270320276176102122
Binary10110010111011111011100011010010111110111111010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EFB8; }

 p { color: rgb(178,239,184); }

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

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

 a { background-color: rgb(178,239,184); }

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

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

 span { border-color: rgb(178,239,184); }

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