#BFCDD7

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

Shades of Spindle #BFCDD7

Tints of Spindle #BFCDD7

Color information

#BFCDD7 (or 0xBFCDD7) is unknown color: approx Spindle. HEX triplet: BF, CD and D7. RGB value is (191,205,215). Sum of RGB (Red+Green+Blue) = 191+205+215=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFCDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDD7 is #403228. Grayscale: #C9C9C9. Windows color (decimal): -4207145 or 14142911. OLE color: 14142911.

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

Color convert

RGB191205215-
CMYK0.110.0500.16
HSL205º23.08%79.61%-
HSV(B)205º11.16%84.31%-
XYZ55.5859.6572.87-
YUV201.95135.36120.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 215 (84.38% from 255) = 35.19%
R=31.26%
G=33.55%
B=35.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912052150.110.0500.1620523.0879.61
HexBFCDD7B5010cd1750
Octal27731532713502031527120
Binary101111111100110111010111101110101000011001101101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDD7; }

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

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

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

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

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

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

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

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