#BFCCD6

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

Shades of Spindle #BFCCD6

Tints of Spindle #BFCCD6

Color information

#BFCCD6 (or 0xBFCCD6) is unknown color: approx Spindle. HEX triplet: BF, CC and D6. RGB value is (191,204,214). Sum of RGB (Red+Green+Blue) = 191+204+214=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFCCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCD6 is #403329. Grayscale: #C9C9C9. Windows color (decimal): -4207402 or 14077119. OLE color: 14077119.

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

Color convert

RGB191204214-
CMYK0.110.0500.16
HSL206.09º21.9%79.41%-
HSV(B)206.09º10.75%83.92%-
XYZ55.2259.1272.12-
YUV201.25135.19120.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.36%
GREEN value IS 204 (80.08% from 255) = 33.50%
BLUE value IS 214 (83.98% from 255) = 35.14%
R=31.36%
G=33.50%
B=35.14%

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
Decimal1912042140.110.0500.16206.0921.979.41
HexBFCCD6B5010ce164f
Octal27731432613502031626117
Binary101111111100110011010110101110101000011001110101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCD6; }

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

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

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

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

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

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

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

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