#B6D8C0

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

Shades of Fringy Flower #B6D8C0

Tints of Fringy Flower #B6D8C0

Color information

#B6D8C0 (or 0xB6D8C0) is unknown color: approx Fringy Flower. HEX triplet: B6, D8 and C0. RGB value is (182,216,192). Sum of RGB (Red+Green+Blue) = 182+216+192=590 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.85% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D8C0 is #49273F. Grayscale: #CBCBCB. Windows color (decimal): -4794176 or 12638390. OLE color: 12638390.

HSL color Cylindrical-coordinate representation of color #B6D8C0: hue angle of 137.65º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6D8C0 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB182216192-
CMYK0.1600.110.15
HSL137.65º30.36%78.04%-
HSV(B)137.65º15.74%84.71%-
XYZ53.3662.8659.19-
YUV203.1121.74112.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.85%
GREEN value IS 216 (84.77% from 255) = 36.61%
BLUE value IS 192 (75.39% from 255) = 32.54%
R=30.85%
G=36.61%
B=32.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1822161920.1600.110.15137.6530.3678.04
HexB6D8C0100BF8a1e4e
Octal266330300200131721236116
Binary1011011011011000110000001000001011111110001010111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D8C0; }

 p { color: rgb(182,216,192); }

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

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

 a { background-color: rgb(182,216,192); }

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

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

 span { border-color: rgb(182,216,192); }

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