#BFCCD8

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

Shades of Spindle #BFCCD8

Tints of Spindle #BFCCD8

Color information

#BFCCD8 (or 0xBFCCD8) is unknown color: approx Spindle. HEX triplet: BF, CC and D8. RGB value is (191,204,216). Sum of RGB (Red+Green+Blue) = 191+204+216=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFCCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCD8 is #403327. Grayscale: #C9C9C9. Windows color (decimal): -4207400 or 14208191. OLE color: 14208191.

HSL color Cylindrical-coordinate representation of color #BFCCD8: hue angle of 208.8º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFCCD8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191204216-
CMYK0.120.0600.15
HSL208.8º24.27%79.8%-
HSV(B)208.8º11.57%84.71%-
XYZ55.4759.2273.47-
YUV201.48136.19120.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 216 (84.77% from 255) = 35.35%
R=31.26%
G=33.39%
B=35.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912042160.120.0600.15208.824.2779.8
HexBFCCD8C60Fd11850
Octal27731433014601732130120
Binary10111111110011001101100011001100111111010001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCD8; }

 p { color: rgb(191,204,216); }

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

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

 a { background-color: rgb(191,204,216); }

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

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

 span { border-color: rgb(191,204,216); }

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