#BFD4D2

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

Shades of Geyser #BFD4D2

Tints of Geyser #BFD4D2

Color information

#BFD4D2 (or 0xBFD4D2) is unknown color: approx Geyser. HEX triplet: BF, D4 and D2. RGB value is (191,212,210). Sum of RGB (Red+Green+Blue) = 191+212+210=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD4D2 is #402B2D. Grayscale: #CDCDCD. Windows color (decimal): -4205358 or 13817023. OLE color: 13817023.

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

Color convert

RGB191212210-
CMYK0.1000.010.17
HSL174.29º19.63%79.02%-
HSV(B)174.29º9.91%83.14%-
XYZ56.6662.8270.11-
YUV205.49130.54117.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.16%
GREEN value IS 212 (83.20% from 255) = 34.58%
BLUE value IS 210 (82.42% from 255) = 34.26%
R=31.16%
G=34.58%
B=34.26%

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
Decimal1912122100.1000.010.17174.2919.6379.02
HexBFD4D2A0111ae144f
Octal27732432212012125624117
Binary1011111111010100110100101010011000110101110101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD4D2; }

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

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

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

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

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

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

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

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