#BFD2CE

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

Shades of Geyser #BFD2CE

Tints of Geyser #BFD2CE

Color information

#BFD2CE (or 0xBFD2CE) is unknown color: approx Geyser. HEX triplet: BF, D2 and CE. RGB value is (191,210,206). Sum of RGB (Red+Green+Blue) = 191+210+206=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2CE is #402D31. Grayscale: #CBCBCB. Windows color (decimal): -4205874 or 13554367. OLE color: 13554367.

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

Color convert

RGB191210206-
CMYK0.0900.020.18
HSL167.37º17.43%78.63%-
HSV(B)167.37º9.05%82.35%-
XYZ55.6761.6367.35-
YUV203.86129.21118.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 210 (82.42% from 255) = 34.60%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=31.47%
G=34.60%
B=33.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912102060.0900.020.18167.3717.4378.63
HexBFD2CE90212a7114f
Octal27732231611022224721117
Binary10111111110100101100111010010101001010100111100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD2CE; }

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

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

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

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

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

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

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

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