#BFCDD6

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

Shades of Spindle #BFCDD6

Tints of Spindle #BFCDD6

Color information

#BFCDD6 (or 0xBFCDD6) is unknown color: approx Spindle. HEX triplet: BF, CD and D6. RGB value is (191,205,214). Sum of RGB (Red+Green+Blue) = 191+205+214=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFCDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDD6 is #403229. Grayscale: #C9C9C9. Windows color (decimal): -4207146 or 14077375. OLE color: 14077375.

HSL color Cylindrical-coordinate representation of color #BFCDD6: hue angle of 203.48º 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 #BFCDD6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191205214-
CMYK0.110.0400.16
HSL203.48º21.9%79.41%-
HSV(B)203.48º10.75%83.92%-
XYZ55.4559.5972.2-
YUV201.84134.86120.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 205 (80.47% from 255) = 33.61%
BLUE value IS 214 (83.98% from 255) = 35.08%
R=31.31%
G=33.61%
B=35.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912052140.110.0400.16203.4821.979.41
HexBFCDD6B4010cb164f
Octal27731532613402031326117
Binary101111111100110111010110101110001000011001011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDD6; }

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

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

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

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

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

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

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

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