#B8DEBF

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

Shades of Fringy Flower #B8DEBF

Tints of Fringy Flower #B8DEBF

Color information

#B8DEBF (or 0xB8DEBF) is unknown color: approx Fringy Flower. HEX triplet: B8, DE and BF. RGB value is (184,222,191). Sum of RGB (Red+Green+Blue) = 184+222+191=597 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.82% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DEBF is #472140. Grayscale: #CFCFCF. Windows color (decimal): -4661569 or 12574392. OLE color: 12574392.

HSL color Cylindrical-coordinate representation of color #B8DEBF: hue angle of 131.05º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DEBF is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB184222191-
CMYK0.1700.140.13
HSL131.05º36.54%79.61%-
HSV(B)131.05º17.12%87.06%-
XYZ55.2966.1959.15-
YUV207.1118.91111.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.82%
GREEN value IS 222 (87.11% from 255) = 37.19%
BLUE value IS 191 (75% from 255) = 31.99%
R=30.82%
G=37.19%
B=31.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1842221910.1700.140.13131.0536.5479.61
HexB8DEBF110ED832550
Octal270336277210161520345120
Binary10111000110111101011111110001011101101100000111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DEBF; }

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

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

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

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

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

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

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

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