#BFD2CF

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

Shades of Geyser #BFD2CF

Tints of Geyser #BFD2CF

Color information

#BFD2CF (or 0xBFD2CF) is unknown color: approx Geyser. HEX triplet: BF, D2 and CF. RGB value is (191,210,207). Sum of RGB (Red+Green+Blue) = 191+210+207=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2CF is #402D30. Grayscale: #CBCBCB. Windows color (decimal): -4205873 or 13619903. OLE color: 13619903.

HSL color Cylindrical-coordinate representation of color #BFD2CF: hue angle of 170.53º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD2CF is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB191210207-
CMYK0.0900.010.18
HSL170.53º17.43%78.63%-
HSV(B)170.53º9.05%82.35%-
XYZ55.7961.6768-
YUV203.98129.71118.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.41%
GREEN value IS 210 (82.42% from 255) = 34.54%
BLUE value IS 207 (81.25% from 255) = 34.05%
R=31.41%
G=34.54%
B=34.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912102070.0900.010.18170.5317.4378.63
HexBFD2CF90112ab114f
Octal27732231711012225321117
Binary1011111111010010110011111001011001010101011100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD2CF; }

 p { color: rgb(191,210,207); }

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

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

 a { background-color: rgb(191,210,207); }

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

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

 span { border-color: rgb(191,210,207); }

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