#BFCAD6

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

Shades of Spindle #BFCAD6

Tints of Spindle #BFCAD6

Color information

#BFCAD6 (or 0xBFCAD6) is unknown color: approx Spindle. HEX triplet: BF, CA and D6. RGB value is (191,202,214). Sum of RGB (Red+Green+Blue) = 191+202+214=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFCAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAD6 is #403529. Grayscale: #C8C8C8. Windows color (decimal): -4207914 or 14076607. OLE color: 14076607.

HSL color Cylindrical-coordinate representation of color #BFCAD6: hue angle of 211.3º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFCAD6 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191202214-
CMYK0.110.0600.16
HSL211.3º21.9%79.41%-
HSV(B)211.3º10.75%83.92%-
XYZ54.7458.1771.96-
YUV200.08135.86121.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 214 (83.98% from 255) = 35.26%
R=31.47%
G=33.28%
B=35.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912022140.110.0600.16211.321.979.41
HexBFCAD6B6010d3164f
Octal27731232613602032326117
Binary101111111100101011010110101111001000011010011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAD6; }

 p { color: rgb(191,202,214); }

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

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

 a { background-color: rgb(191,202,214); }

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

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

 span { border-color: rgb(191,202,214); }

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