#B2DEBF

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

Shades of Fringy Flower #B2DEBF

Tints of Fringy Flower #B2DEBF

Color information

#B2DEBF (or 0xB2DEBF) is unknown color: approx Fringy Flower. HEX triplet: B2, DE and BF. RGB value is (178,222,191). Sum of RGB (Red+Green+Blue) = 178+222+191=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DEBF is #4D2140. Grayscale: #CDCDCD. Windows color (decimal): -5054785 or 12574386. OLE color: 12574386.

HSL color Cylindrical-coordinate representation of color #B2DEBF: hue angle of 137.73º 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 #B2DEBF is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB178222191-
CMYK0.2000.140.13
HSL137.73º40%78.43%-
HSV(B)137.73º19.82%87.06%-
XYZ53.8965.4759.09-
YUV205.31119.92108.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.12%
GREEN value IS 222 (87.11% from 255) = 37.56%
BLUE value IS 191 (75% from 255) = 32.32%
R=30.12%
G=37.56%
B=32.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1782221910.2000.140.13137.734078.43
HexB2DEBF140ED8a284e
Octal262336277240161521250116
Binary10110010110111101011111110100011101101100010101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DEBF; }

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

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

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

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

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

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

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

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