#BFCAD5

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

Shades of Spindle #BFCAD5

Tints of Spindle #BFCAD5

Color information

#BFCAD5 (or 0xBFCAD5) is unknown color: approx Spindle. HEX triplet: BF, CA and D5. RGB value is (191,202,213). Sum of RGB (Red+Green+Blue) = 191+202+213=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFCAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAD5 is #40352A. Grayscale: #C7C7C7. Windows color (decimal): -4207915 or 14011071. OLE color: 14011071.

HSL color Cylindrical-coordinate representation of color #BFCAD5: hue angle of 210º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFCAD5 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191202213-
CMYK0.100.0500.16
HSL210º20.75%79.22%-
HSV(B)210º10.33%83.53%-
XYZ54.6258.1271.29-
YUV199.96135.36121.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.52%
GREEN value IS 202 (79.30% from 255) = 33.33%
BLUE value IS 213 (83.59% from 255) = 35.15%
R=31.52%
G=33.33%
B=35.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912022130.100.0500.1621020.7579.22
HexBFCAD5A5010d2154f
Octal27731232512502032225117
Binary101111111100101011010101101010101000011010010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAD5; }

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

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

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

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

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

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

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

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