#BFCCD9

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

Shades of Spindle #BFCCD9

Tints of Spindle #BFCCD9

Color information

#BFCCD9 (or 0xBFCCD9) is unknown color: approx Spindle. HEX triplet: BF, CC and D9. RGB value is (191,204,217). Sum of RGB (Red+Green+Blue) = 191+204+217=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFCCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCD9 is #403326. Grayscale: #C9C9C9. Windows color (decimal): -4207399 or 14273727. OLE color: 14273727.

HSL color Cylindrical-coordinate representation of color #BFCCD9: hue angle of 210º 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 #BFCCD9 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191204217-
CMYK0.120.0600.15
HSL210º25.49%80%-
HSV(B)210º11.98%85.1%-
XYZ55.659.2774.16-
YUV201.59136.69120.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 204 (80.08% from 255) = 33.33%
BLUE value IS 217 (85.16% from 255) = 35.46%
R=31.21%
G=33.33%
B=35.46%

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
Decimal1912042170.120.0600.1521025.4980
HexBFCCD9C60Fd21950
Octal27731433114601732231120
Binary10111111110011001101100111001100111111010010110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCD9; }

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

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

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

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

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

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

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

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