#B0D7BB

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

Shades of Fringy Flower #B0D7BB

Tints of Fringy Flower #B0D7BB

Color information

#B0D7BB (or 0xB0D7BB) is unknown color: approx Fringy Flower. HEX triplet: B0, D7 and BB. RGB value is (176,215,187). Sum of RGB (Red+Green+Blue) = 176+215+187=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D7BB is #4F2844. Grayscale: #C8C8C8. Windows color (decimal): -5187653 or 12310448. OLE color: 12310448.

HSL color Cylindrical-coordinate representation of color #B0D7BB: hue angle of 136.92º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0D7BB is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB176215187-
CMYK0.1800.130.16
HSL136.92º32.77%76.67%-
HSV(B)136.92º18.14%84.31%-
XYZ51.1761.4256.17-
YUV200.15120.58110.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.45%
GREEN value IS 215 (84.38% from 255) = 37.20%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=30.45%
G=37.20%
B=32.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762151870.1800.130.16136.9232.7776.67
HexB0D7BB120D1089214d
Octal260327273220152021141115
Binary101100001101011110111011100100110110000100010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D7BB; }

 p { color: rgb(176,215,187); }

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

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

 a { background-color: rgb(176,215,187); }

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

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

 span { border-color: rgb(176,215,187); }

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