#B6BCCF

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

Shades of Spindle #B6BCCF

Tints of Spindle #B6BCCF

Color information

#B6BCCF (or 0xB6BCCF) is unknown color: approx Spindle. HEX triplet: B6, BC and CF. RGB value is (182,188,207). Sum of RGB (Red+Green+Blue) = 182+188+207=577 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.54% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #B6BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCCF is #494330. Grayscale: #BCBCBC. Windows color (decimal): -4801329 or 13614262. OLE color: 13614262.

HSL color Cylindrical-coordinate representation of color #B6BCCF: hue angle of 225.6º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6BCCF is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182188207-
CMYK0.120.0900.19
HSL225.6º20.66%76.27%-
HSV(B)225.6º12.08%81.18%-
XYZ48.5450.4266.2-
YUV188.37138.51123.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.54%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=31.54%
G=32.58%
B=35.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821882070.120.0900.19225.620.6676.27
HexB6BCCFC9013e2154c
Octal266274317141102334225114
Binary1011011010111100110011111100100101001111100010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BCCF; }

 p { color: rgb(182,188,207); }

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

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

 a { background-color: rgb(182,188,207); }

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

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

 span { border-color: rgb(182,188,207); }

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