#B2DEB6

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

Shades of Fringy Flower #B2DEB6

Tints of Fringy Flower #B2DEB6

Color information

#B2DEB6 (or 0xB2DEB6) is unknown color: approx Fringy Flower. HEX triplet: B2, DE and B6. RGB value is (178,222,182). Sum of RGB (Red+Green+Blue) = 178+222+182=582 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.58% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DEB6 is #4D2149. Grayscale: #CCCCCC. Windows color (decimal): -5054794 or 11984562. OLE color: 11984562.

HSL color Cylindrical-coordinate representation of color #B2DEB6: hue angle of 125.45º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DEB6 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB178222182-
CMYK0.2000.180.13
HSL125.45º40%78.43%-
HSV(B)125.45º19.82%87.06%-
XYZ52.9265.0854.03-
YUV204.28115.42109.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.58%
GREEN value IS 222 (87.11% from 255) = 38.14%
BLUE value IS 182 (71.48% from 255) = 31.27%
R=30.58%
G=38.14%
B=31.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782221820.2000.180.13125.454078.43
HexB2DEB614012D7d284e
Octal262336266240221517550116
Binary10110010110111101011011010100010010110111111011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DEB6; }

 p { color: rgb(178,222,182); }

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

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

 a { background-color: rgb(178,222,182); }

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

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

 span { border-color: rgb(178,222,182); }

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