#BFD4D1

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

Shades of Geyser #BFD4D1

Tints of Geyser #BFD4D1

Color information

#BFD4D1 (or 0xBFD4D1) is unknown color: approx Geyser. HEX triplet: BF, D4 and D1. RGB value is (191,212,209). Sum of RGB (Red+Green+Blue) = 191+212+209=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD4D1 is #402B2E. Grayscale: #CDCDCD. Windows color (decimal): -4205359 or 13751487. OLE color: 13751487.

HSL color Cylindrical-coordinate representation of color #BFD4D1: hue angle of 171.43º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFD4D1 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB191212209-
CMYK0.1000.010.17
HSL171.43º19.63%79.02%-
HSV(B)171.43º9.91%83.14%-
XYZ56.5462.7769.46-
YUV205.38130.04117.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 212 (83.20% from 255) = 34.64%
BLUE value IS 209 (82.03% from 255) = 34.15%
R=31.21%
G=34.64%
B=34.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1912122090.1000.010.17171.4319.6379.02
HexBFD4D1A0111ab144f
Octal27732432112012125324117
Binary1011111111010100110100011010011000110101011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD4D1; }

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

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

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

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

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

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

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

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