#B6BECF

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

Shades of Spindle #B6BECF

Tints of Spindle #B6BECF

Color information

#B6BECF (or 0xB6BECF) is unknown color: approx Spindle. HEX triplet: B6, BE and CF. RGB value is (182,190,207). Sum of RGB (Red+Green+Blue) = 182+190+207=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #B6BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BECF is #494130. Grayscale: #BDBDBD. Windows color (decimal): -4800817 or 13614774. OLE color: 13614774.

HSL color Cylindrical-coordinate representation of color #B6BECF: hue angle of 220.8º 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 #B6BECF is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182190207-
CMYK0.120.0800.19
HSL220.8º20.66%76.27%-
HSV(B)220.8º12.08%81.18%-
XYZ48.9751.2866.35-
YUV189.55137.85122.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.43%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 207 (81.25% from 255) = 35.75%
R=31.43%
G=32.82%
B=35.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821902070.120.0800.19220.820.6676.27
HexB6BECFC8013dd154c
Octal266276317141002333525114
Binary1011011010111110110011111100100001001111011101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BECF; }

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

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

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

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

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

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

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

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