#B7DBBD

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

Shades of Fringy Flower #B7DBBD

Tints of Fringy Flower #B7DBBD

Color information

#B7DBBD (or 0xB7DBBD) is unknown color: approx Fringy Flower. HEX triplet: B7, DB and BD. RGB value is (183,219,189). Sum of RGB (Red+Green+Blue) = 183+219+189=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DBBD is #482442. Grayscale: #CCCCCC. Windows color (decimal): -4727875 or 12442551. OLE color: 12442551.

HSL color Cylindrical-coordinate representation of color #B7DBBD: hue angle of 130º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7DBBD is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB183219189-
CMYK0.1600.140.14
HSL130º33.33%78.82%-
HSV(B)130º16.44%85.88%-
XYZ54.0564.457.73-
YUV204.82119.07112.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.96%
GREEN value IS 219 (85.94% from 255) = 37.06%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=30.96%
G=37.06%
B=31.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1832191890.1600.140.1413033.3378.82
HexB7DBBD100EE82214f
Octal267333275200161620241117
Binary10110111110110111011110110000011101110100000101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DBBD; }

 p { color: rgb(183,219,189); }

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

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

 a { background-color: rgb(183,219,189); }

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

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

 span { border-color: rgb(183,219,189); }

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