#B6DCBF

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

Shades of Fringy Flower #B6DCBF

Tints of Fringy Flower #B6DCBF

Color information

#B6DCBF (or 0xB6DCBF) is unknown color: approx Fringy Flower. HEX triplet: B6, DC and BF. RGB value is (182,220,191). Sum of RGB (Red+Green+Blue) = 182+220+191=593 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.69% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DCBF is #492340. Grayscale: #CDCDCD. Windows color (decimal): -4793153 or 12573878. OLE color: 12573878.

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

Color convert

RGB182220191-
CMYK0.1700.130.14
HSL134.21º35.19%78.82%-
HSV(B)134.21º17.27%86.27%-
XYZ54.2964.8958.95-
YUV205.33119.91111.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.69%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 191 (75% from 255) = 32.21%
R=30.69%
G=37.10%
B=32.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1822201910.1700.130.14134.2135.1978.82
HexB6DCBF110DE86234f
Octal266334277210151620643117
Binary10110110110111001011111110001011011110100001101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DCBF; }

 p { color: rgb(182,220,191); }

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

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

 a { background-color: rgb(182,220,191); }

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

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

 span { border-color: rgb(182,220,191); }

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