#B8DABE

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

Shades of Fringy Flower #B8DABE

Tints of Fringy Flower #B8DABE

Color information

#B8DABE (or 0xB8DABE) is unknown color: approx Fringy Flower. HEX triplet: B8, DA and BE. RGB value is (184,218,190). Sum of RGB (Red+Green+Blue) = 184+218+190=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DABE is #472541. Grayscale: #CCCCCC. Windows color (decimal): -4662594 or 12507832. OLE color: 12507832.

HSL color Cylindrical-coordinate representation of color #B8DABE: hue angle of 130.59º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DABE is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB184218190-
CMYK0.1600.130.15
HSL130.59º31.48%78.82%-
HSV(B)130.59º15.6%85.49%-
XYZ54.1364.0558.23-
YUV204.64119.74113.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.08%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=31.08%
G=36.82%
B=32.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842181900.1600.130.15130.5931.4878.82
HexB8DABE100DF831f4f
Octal270332276200151720337117
Binary1011100011011010101111101000001101111110000011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DABE; }

 p { color: rgb(184,218,190); }

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

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

 a { background-color: rgb(184,218,190); }

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

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

 span { border-color: rgb(184,218,190); }

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