#B2EDC6

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

Shades of Fringy Flower #B2EDC6

Tints of Fringy Flower #B2EDC6

Color information

#B2EDC6 (or 0xB2EDC6) is unknown color: approx Fringy Flower. HEX triplet: B2, ED and C6. RGB value is (178,237,198). Sum of RGB (Red+Green+Blue) = 178+237+198=613 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.04% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EDC6 is #4D1239. Grayscale: #D7D7D7. Windows color (decimal): -5050938 or 13036978. OLE color: 13036978.

HSL color Cylindrical-coordinate representation of color #B2EDC6: hue angle of 140.34º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EDC6 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB178237198-
CMYK0.2500.160.07
HSL140.34º62.11%81.37%-
HSV(B)140.34º24.89%92.94%-
XYZ58.8474.1164.63-
YUV214.91118.45101.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.04%
GREEN value IS 237 (92.97% from 255) = 38.66%
BLUE value IS 198 (77.73% from 255) = 32.30%
R=29.04%
G=38.66%
B=32.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782371980.2500.160.07140.3462.1181.37
HexB2EDC61901078c3e51
Octal26235530631020721476121
Binary10110010111011011100011011001010000111100011001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EDC6; }

 p { color: rgb(178,237,198); }

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

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

 a { background-color: rgb(178,237,198); }

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

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

 span { border-color: rgb(178,237,198); }

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