#B8DFBA

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

Shades of Fringy Flower #B8DFBA

Tints of Fringy Flower #B8DFBA

Color information

#B8DFBA (or 0xB8DFBA) is unknown color: approx Fringy Flower. HEX triplet: B8, DF and BA. RGB value is (184,223,186). Sum of RGB (Red+Green+Blue) = 184+223+186=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DFBA is #472045. Grayscale: #CFCFCF. Windows color (decimal): -4661318 or 12246968. OLE color: 12246968.

HSL color Cylindrical-coordinate representation of color #B8DFBA: hue angle of 123.08º degrees, saturation: 0.38, 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 #B8DFBA is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB184223186-
CMYK0.1700.170.13
HSL123.08º37.86%79.8%-
HSV(B)123.08º17.49%87.45%-
XYZ55.0266.5156.39-
YUV207.12116.08111.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.03%
GREEN value IS 223 (87.5% from 255) = 37.61%
BLUE value IS 186 (73.05% from 255) = 31.37%
R=31.03%
G=37.61%
B=31.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1842231860.1700.170.13123.0837.8679.8
HexB8DFBA11011D7b2650
Octal270337272210211517346120
Binary10111000110111111011101010001010001110111110111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DFBA; }

 p { color: rgb(184,223,186); }

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

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

 a { background-color: rgb(184,223,186); }

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

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

 span { border-color: rgb(184,223,186); }

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