#BFCAD2

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

Shades of Spindle #BFCAD2

Tints of Spindle #BFCAD2

Color information

#BFCAD2 (or 0xBFCAD2) is unknown color: approx Spindle. HEX triplet: BF, CA and D2. RGB value is (191,202,210). Sum of RGB (Red+Green+Blue) = 191+202+210=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFCAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAD2 is #40352D. Grayscale: #C7C7C7. Windows color (decimal): -4207918 or 13814463. OLE color: 13814463.

HSL color Cylindrical-coordinate representation of color #BFCAD2: hue angle of 205.26º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFCAD2 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191202210-
CMYK0.090.0400.18
HSL205.26º17.43%78.63%-
HSV(B)205.26º9.05%82.35%-
XYZ54.2457.9769.3-
YUV199.62133.86121.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.67%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 210 (82.42% from 255) = 34.83%
R=31.67%
G=33.50%
B=34.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912022100.090.0400.18205.2617.4378.63
HexBFCAD294012cd114f
Octal27731232211402231521117
Binary101111111100101011010010100110001001011001101100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAD2; }

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

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

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

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

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

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

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

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