#B0D7B9

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

Shades of Fringy Flower #B0D7B9

Tints of Fringy Flower #B0D7B9

Color information

#B0D7B9 (or 0xB0D7B9) is unknown color: approx Fringy Flower. HEX triplet: B0, D7 and B9. RGB value is (176,215,185). Sum of RGB (Red+Green+Blue) = 176+215+185=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D7B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D7B9 is #4F2846. Grayscale: #C7C7C7. Windows color (decimal): -5187655 or 12179376. OLE color: 12179376.

HSL color Cylindrical-coordinate representation of color #B0D7B9: hue angle of 133.85º 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 #B0D7B9 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB176215185-
CMYK0.1800.140.16
HSL133.85º32.77%76.67%-
HSV(B)133.85º18.14%84.31%-
XYZ50.9661.3355.05-
YUV199.92119.58110.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.56%
GREEN value IS 215 (84.38% from 255) = 37.33%
BLUE value IS 185 (72.66% from 255) = 32.12%
R=30.56%
G=37.33%
B=32.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1762151850.1800.140.16133.8532.7776.67
HexB0D7B9120E1086214d
Octal260327271220162020641115
Binary101100001101011110111001100100111010000100001101000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D7B9; }

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

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

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

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

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

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

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

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