#B9DCBF

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

Shades of Fringy Flower #B9DCBF

Tints of Fringy Flower #B9DCBF

Color information

#B9DCBF (or 0xB9DCBF) is unknown color: approx Fringy Flower. HEX triplet: B9, DC and BF. RGB value is (185,220,191). Sum of RGB (Red+Green+Blue) = 185+220+191=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCBF is #462340. Grayscale: #CECECE. Windows color (decimal): -4596545 or 12573881. OLE color: 12573881.

HSL color Cylindrical-coordinate representation of color #B9DCBF: hue angle of 130.29º 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 #B9DCBF is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB185220191-
CMYK0.1600.130.14
HSL130.29º33.33%79.41%-
HSV(B)130.29º15.91%86.27%-
XYZ5565.2658.99-
YUV206.23119.4112.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.04%
GREEN value IS 220 (86.33% from 255) = 36.91%
BLUE value IS 191 (75% from 255) = 32.05%
R=31.04%
G=36.91%
B=32.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1852201910.1600.130.14130.2933.3379.41
HexB9DCBF100DE82214f
Octal271334277200151620241117
Binary10111001110111001011111110000011011110100000101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DCBF; }

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

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

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

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

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

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

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

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