#B0DFBD

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

Shades of Fringy Flower #B0DFBD

Tints of Fringy Flower #B0DFBD

Color information

#B0DFBD (or 0xB0DFBD) is unknown color: approx Fringy Flower. HEX triplet: B0, DF and BD. RGB value is (176,223,189). Sum of RGB (Red+Green+Blue) = 176+223+189=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFBD is #4F2042. Grayscale: #CDCDCD. Windows color (decimal): -5185603 or 12443568. OLE color: 12443568.

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

Color convert

RGB176223189-
CMYK0.2100.150.13
HSL136.6º42.34%78.24%-
HSV(B)136.6º21.08%87.45%-
XYZ53.4865.6858-
YUV205.07118.93107.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.93%
GREEN value IS 223 (87.5% from 255) = 37.93%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=29.93%
G=37.93%
B=32.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1762231890.2100.150.13136.642.3478.24
HexB0DFBD150FD892a4e
Octal260337275250171521152116
Binary10110000110111111011110110101011111101100010011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFBD; }

 p { color: rgb(176,223,189); }

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

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

 a { background-color: rgb(176,223,189); }

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

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

 span { border-color: rgb(176,223,189); }

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