#B7DDBB

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

Shades of Fringy Flower #B7DDBB

Tints of Fringy Flower #B7DDBB

Color information

#B7DDBB (or 0xB7DDBB) is unknown color: approx Fringy Flower. HEX triplet: B7, DD and BB. RGB value is (183,221,187). Sum of RGB (Red+Green+Blue) = 183+221+187=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DDBB is #482244. Grayscale: #CDCDCD. Windows color (decimal): -4727365 or 12311991. OLE color: 12311991.

HSL color Cylindrical-coordinate representation of color #B7DDBB: hue angle of 126.32º degrees, saturation: 0.36, 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 #B7DDBB is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB183221187-
CMYK0.1700.150.13
HSL126.32º35.85%79.22%-
HSV(B)126.32º17.19%86.67%-
XYZ54.3565.3756.77-
YUV205.76117.41111.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.96%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 187 (73.44% from 255) = 31.64%
R=30.96%
G=37.39%
B=31.64%

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
Decimal1832211870.1700.150.13126.3235.8579.22
HexB7DDBB110FD7e244f
Octal267335273210171517644117
Binary1011011111011101101110111000101111110111111101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DDBB; }

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

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

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

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

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

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

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

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