#B7DEBC

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

Shades of Fringy Flower #B7DEBC

Tints of Fringy Flower #B7DEBC

Color information

#B7DEBC (or 0xB7DEBC) is unknown color: approx Fringy Flower. HEX triplet: B7, DE and BC. RGB value is (183,222,188). Sum of RGB (Red+Green+Blue) = 183+222+188=593 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.86% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DEBC is #482143. Grayscale: #CECECE. Windows color (decimal): -4727108 or 12377783. OLE color: 12377783.

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

Color convert

RGB183222188-
CMYK0.1800.150.13
HSL127.69º37.14%79.41%-
HSV(B)127.69º17.57%87.06%-
XYZ54.7365.9457.42-
YUV206.46117.58111.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.86%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 188 (73.83% from 255) = 31.70%
R=30.86%
G=37.44%
B=31.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832221880.1800.150.13127.6937.1479.41
HexB7DEBC120FD80254f
Octal267336274220171520045117
Binary10110111110111101011110010010011111101100000001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DEBC; }

 p { color: rgb(183,222,188); }

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

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

 a { background-color: rgb(183,222,188); }

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

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

 span { border-color: rgb(183,222,188); }

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