#BFD6D3

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

Shades of Geyser #BFD6D3

Tints of Geyser #BFD6D3

Color information

#BFD6D3 (or 0xBFD6D3) is unknown color: approx Geyser. HEX triplet: BF, D6 and D3. RGB value is (191,214,211). Sum of RGB (Red+Green+Blue) = 191+214+211=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6D3 is #40292C. Grayscale: #CECECE. Windows color (decimal): -4204845 or 13883071. OLE color: 13883071.

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

Color convert

RGB191214211-
CMYK0.1100.010.16
HSL172.17º21.9%79.41%-
HSV(B)172.17º10.75%83.92%-
XYZ57.2963.8770.94-
YUV206.78130.38116.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.01%
GREEN value IS 214 (83.98% from 255) = 34.74%
BLUE value IS 211 (82.81% from 255) = 34.25%
R=31.01%
G=34.74%
B=34.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912142110.1100.010.16172.1721.979.41
HexBFD6D3B0110ac164f
Octal27732632313012025426117
Binary1011111111010110110100111011011000010101100101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6D3; }

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

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

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

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

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

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

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

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