#BFD4D0

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

Shades of Geyser #BFD4D0

Tints of Geyser #BFD4D0

Color information

#BFD4D0 (or 0xBFD4D0) is unknown color: approx Geyser. HEX triplet: BF, D4 and D0. RGB value is (191,212,208). Sum of RGB (Red+Green+Blue) = 191+212+208=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD4D0 is #402B2F. Grayscale: #CDCDCD. Windows color (decimal): -4205360 or 13685951. OLE color: 13685951.

HSL color Cylindrical-coordinate representation of color #BFD4D0: hue angle of 168.57º 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 #BFD4D0 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB191212208-
CMYK0.1000.020.17
HSL168.57º19.63%79.02%-
HSV(B)168.57º9.91%83.14%-
XYZ56.4162.7268.81-
YUV205.26129.54117.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 212 (83.20% from 255) = 34.70%
BLUE value IS 208 (81.64% from 255) = 34.04%
R=31.26%
G=34.70%
B=34.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1912122080.1000.020.17168.5719.6379.02
HexBFD4D0A0211a9144f
Octal27732432012022125124117
Binary10111111110101001101000010100101000110101001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD4D0; }

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

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

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

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

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

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

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

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