#BFD6D1

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

Shades of Geyser #BFD6D1

Tints of Geyser #BFD6D1

Color information

#BFD6D1 (or 0xBFD6D1) is unknown color: approx Geyser. HEX triplet: BF, D6 and D1. RGB value is (191,214,209). Sum of RGB (Red+Green+Blue) = 191+214+209=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6D1 is #40292E. Grayscale: #CECECE. Windows color (decimal): -4204847 or 13751999. OLE color: 13751999.

HSL color Cylindrical-coordinate representation of color #BFD6D1: hue angle of 166.96º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD6D1 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB191214209-
CMYK0.1100.020.16
HSL166.96º21.9%79.41%-
HSV(B)166.96º10.75%83.92%-
XYZ57.0463.7769.62-
YUV206.55129.38116.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.11%
GREEN value IS 214 (83.98% from 255) = 34.85%
BLUE value IS 209 (82.03% from 255) = 34.04%
R=31.11%
G=34.85%
B=34.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912142090.1100.020.16166.9621.979.41
HexBFD6D1B0210a7164f
Octal27732632113022024726117
Binary10111111110101101101000110110101000010100111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6D1; }

 p { color: rgb(191,214,209); }

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

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

 a { background-color: rgb(191,214,209); }

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

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

 span { border-color: rgb(191,214,209); }

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