#BFCDD9

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

Shades of Spindle #BFCDD9

Tints of Spindle #BFCDD9

Color information

#BFCDD9 (or 0xBFCDD9) is unknown color: approx Spindle. HEX triplet: BF, CD and D9. RGB value is (191,205,217). Sum of RGB (Red+Green+Blue) = 191+205+217=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFCDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDD9 is #403226. Grayscale: #CACACA. Windows color (decimal): -4207143 or 14273983. OLE color: 14273983.

HSL color Cylindrical-coordinate representation of color #BFCDD9: hue angle of 207.69º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFCDD9 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191205217-
CMYK0.120.0600.15
HSL207.69º25.49%80%-
HSV(B)207.69º11.98%85.1%-
XYZ55.8459.7574.24-
YUV202.18136.36120.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.16%
GREEN value IS 205 (80.47% from 255) = 33.44%
BLUE value IS 217 (85.16% from 255) = 35.40%
R=31.16%
G=33.44%
B=35.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912052170.120.0600.15207.6925.4980
HexBFCDD9C60Fd01950
Octal27731533114601732031120
Binary10111111110011011101100111001100111111010000110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDD9; }

 p { color: rgb(191,205,217); }

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

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

 a { background-color: rgb(191,205,217); }

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

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

 span { border-color: rgb(191,205,217); }

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