#B2EFC1

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

Shades of Fringy Flower #B2EFC1

Tints of Fringy Flower #B2EFC1

Color information

#B2EFC1 (or 0xB2EFC1) is unknown color: approx Fringy Flower. HEX triplet: B2, EF and C1. RGB value is (178,239,193). Sum of RGB (Red+Green+Blue) = 178+239+193=610 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.18% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFC1 is #4D103E. Grayscale: #D7D7D7. Windows color (decimal): -5050431 or 12709810. OLE color: 12709810.

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

Color convert

RGB178239193-
CMYK0.2600.190.06
HSL134.75º65.59%81.76%-
HSV(B)134.75º25.52%93.73%-
XYZ58.8575.0561.84-
YUV215.52115.29101.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.18%
GREEN value IS 239 (93.75% from 255) = 39.18%
BLUE value IS 193 (75.78% from 255) = 31.64%
R=29.18%
G=39.18%
B=31.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782391930.2600.190.06134.7565.5981.76
HexB2EFC11A0136874252
Octal262357301320236207102122
Binary101100101110111111000001110100100111101000011110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EFC1; }

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

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

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

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

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

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

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

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