#B8DDBB

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

Shades of Fringy Flower #B8DDBB

Tints of Fringy Flower #B8DDBB

Color information

#B8DDBB (or 0xB8DDBB) is unknown color: approx Fringy Flower. HEX triplet: B8, DD and BB. RGB value is (184,221,187). Sum of RGB (Red+Green+Blue) = 184+221+187=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DDBB is #472244. Grayscale: #CECECE. Windows color (decimal): -4661829 or 12311992. OLE color: 12311992.

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

Color convert

RGB184221187-
CMYK0.1700.150.13
HSL124.86º35.24%79.41%-
HSV(B)124.86º16.74%86.67%-
XYZ54.5965.4956.78-
YUV206.06117.24112.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.08%
GREEN value IS 221 (86.72% from 255) = 37.33%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=31.08%
G=37.33%
B=31.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1842211870.1700.150.13124.8635.2479.41
HexB8DDBB110FD7d234f
Octal270335273210171517543117
Binary1011100011011101101110111000101111110111111011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DDBB; }

 p { color: rgb(184,221,187); }

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

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

 a { background-color: rgb(184,221,187); }

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

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

 span { border-color: rgb(184,221,187); }

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